Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Base Tables
Message
 
 
To
20/12/2017 13:07:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01656587
Message ID:
01656591
Views:
60
You can not use parameter the way you're using. The SELECT * from tableName should be send as is, e.g.

sqlCommand = 'select * from ' + tableName + ';'

You can probably send several commands at once and use multiple result sets (say, do 10 tables in one command).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform