Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting with cursorAdapter
Message
 
À
13/05/2005 04:37:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01013277
Message ID:
01013748
Vues:
14
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform