Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access and ODBC from VFP
Message
De
04/09/2000 05:33:42
 
 
À
04/09/2000 05:13:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00412198
Message ID:
00412231
Vues:
15
Yes. You can create a so called dsnless connection.
This one is fully created from VFP on the fly and doesn't need an entry in the odbc mnanager in each computer.

The only disadvantage of this dsnless connection is that the syntax that you use in VFP to create the dsnless connection is specific to the driver you're using.

you can create the dsnless connection like this:

m_conn=SQLSTRINGCONNECT("driver={Microsoft Access Driver};database="+m.access_db)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform