Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create System DSN?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Create System DSN?
Miscellaneous
Thread ID:
00255432
Message ID:
00255432
Views:
45
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?
Next
Reply
Map
View

Click here to load this message in the networking platform