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

Click here to load this message in the networking platform