Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access within Foxpro?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00443881
Message ID:
00444749
Vues:
9
>Cool, I got it to work. Now, how do I create the ODBC connection on the user's computer?

Use SQLConfigDataSource API - the declaration in VFP is
DECLARE Integer SQLConfigDataSource in odbccp32.dll ;
       Integer, Integer, String, String
You can modify the VB code here - MSKB#Q231156 - pretty easily to make it work with VFP.
The client will need to have the ODBC driver installed, but that can be included as part of the Setup.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform