Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC Register
Message
 
 
To
07/08/1998 16:05:29
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00116884
Message ID:
00124954
Views:
33
>>See my article in KB (purple book): Articles, Client/Server
>>
>>This will give you the API code to do this in VFP.
>
>I tried what the article was saying but have a little problem,
>
>If i try this code :
>lcSettings = "DSN=New"+CHR(0)+;
> "Description=New Driver"+CHR(0)+;
> "Server=SALSA"+CHR(0)+;
> "DefaultDatabase=SALSADB"+CHR(0)+;
> "UID=username"+CHR(0)+;
> "PWD=password"
>
>DECLARE Integer SQLConfigDataSource IN ODBCCP32 Integer,Integer,String,String
>? SQLConfigDataSource(0,4,"SQL Server",lcSettings)
>
>It returns 0 and the SYSYEM DSN is not created
>
>If i try this code :
>lcSettings = "DSN=New"+CHR(0)+;
> "Description=New Driver"+CHR(0)+;
> "Server=SALSA"
>
>DECLARE Integer SQLConfigDataSource IN ODBCCP32 Integer,Integer,String,String
>? SQLConfigDataSource(0,4,"SQL Server",lcSettings)
>
>It returns 1 and the SYSYEM DSN is created
>
>I need to specify the Database of SQL.
>
>In the sysem registry if i create it manually it save the Keyword 'Database' with 'SalsaDB'
>
>Any ideas?
>
Try including it exactly how it is registered. e.g., "Server=SalsaDB Database" [if I interpretted your message correctly]
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform