Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening an ODBC Database with VFP.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00615990
Message ID:
00616004
Vues:
17
>Hi.
>How do i open an ODBC database and browse its tables?
>Thanks in advance.

What database are you wanting to connect to? You either configure an ODBC DSN and use SQLConnect function or just use the SQLStringConnect function. Once you establish the connection, use SQLTables() function to retrieve a list of tables in the database. Then use SQLExec() function to retrieve records from a table. Then you can browse the return cursor.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform