Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting with cursorAdapter
Message
From
13/05/2005 04:51:43
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01013277
Message ID:
01013749
Views:
14
thanks again, I'll check your code

>No way you are stupid. If you are then you must insist that the table name IS Anagraf :o))))
>
>I just write a code to see what tables are in DB1, you may be found it useful for future use:
>
>
>
>*** Code to Check how many tables DB contain and what are theyr names:
>
>sqlH = SQLSTRINGCONNECT(yourODBCconnectionString)
>*** Here you can check for successful connection
>*** See the HELP for SQLSTRINGCONNECT
>
>DO WHILE SQLTABLES(sqlH,"TABLE","cDBTables") == 0
>   DOEVENTS FORCE
>ENDDO
>*** Here you can check for successful end of SQLTABLES
>*** See the HELP for SQLTABLES
>
>SELECT cDBTables
>BROWSE
>
Previous
Reply
Map
View

Click here to load this message in the networking platform