Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Connection
Message
From
07/02/2003 09:01:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL Connection
Miscellaneous
Thread ID:
00750539
Message ID:
00750539
Views:
51
How do I prevent the select data source window from poping up when I execute the following code? Why doesn't this code just create the connection string?


lcDSNLess="DRIVER = {SQL Server};" ;
+ "SERVER=[ServerName];" ;
+ "UID=[useid];" ;
+ "PWD=[password];" ;
+ "DATABASE=[database]"

lnconnhandle = Sqlstringconn(lcDSNless)
Next
Reply
Map
View

Click here to load this message in the networking platform