Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Starting with cursorAdapter
Message
 
To
13/05/2005 04:37:59
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01013277
Message ID:
01013748
Views:
13
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
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform