Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access and ODBC from VFP
Message
De
04/09/2000 04:23:43
 
 
À
03/09/2000 21:58:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00412198
Message ID:
00412221
Vues:
13
It could be something as simple as:

m_conn=sqlstringconnect("dsn="+m_yourdatasourcename)
=sqlexec(m_conn,"select * from accesstable","MyCursor")


m_yourdatasourcename is the name of the datasource created in the odbc manager to connect to the access database.

Take a look at the functions

sqlstringconnect

and

sqlexec

In VFP Help


>Where could I get some simple example how to read some Access data files from VFP? I never work with ODBC - so where should I start?
>
>Thank's, Zlatko.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform