Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC Datasources
Message
 
 
To
24/02/2000 11:10:55
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00336802
Message ID:
00336953
Views:
21
>Can I connect to SQL Server from a VFP app without having to set up an ODBC datasource on each workstation?

Steve,

Yes, you can do. See sample code below:
lnConn = SQLSTRINGCONNECT( "DRIVER={SQL Server};" + ;
		 "Server=;"+ ;
		 "UID=;" + ;
		 "PWD=;" + ;
		 "DATABASE=;")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform