Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create System DSN?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Create System DSN?
Divers
Thread ID:
00255432
Message ID:
00255432
Vues:
46
Going by the MSKB and what I saw in http://www.konstruct.com/fox/articles/article1.htm, I have successfully created a User DSN. However, I am interested in creating a System DSN. What do I change (and where) to make this happen?

I am "this close" to just making a Registry Blast to get my DSN info in there....

DECLARE Integer SQLConfigDataSource in odbccp32.dll Integer, ; Integer, String, String
settings="DSN=elSFoxy"+chr(0)+;
"Description=elSDescFoxy"+chr(0)+;"SourceDB=d:\src\dbc1.dbc"+chr(0)+;
"SourceType=DBC"

? SQLConfigDataSource(0,1,"Microsoft Visual FoxPro Driver",settings)

Help?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform