Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC
Message
De
12/02/2001 19:25:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Re: ODBC
Divers
Thread ID:
00475115
Message ID:
00475125
Vues:
44
try code like this
DECLARE Integer SQLConfigDataSource in odbccp32 ;
Integer, Integer, String, String
local lnSuccess
if tlModify
lnSuccess = SQLConfigDataSource(0, ODBC_CONFIG_DSN, tcDriverName, tcSettingString)
else
lnSuccess = SQLConfigDataSource(0, ODBC_ADD_DSN, tcDriverName, tcSettingString)
endif

But more is involved.. you need to set registry settings.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform