Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DSN and ODBC Less Connection??????
Message
From
02/10/2002 00:22:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
DSN and ODBC Less Connection??????
Miscellaneous
Thread ID:
00706695
Message ID:
00706695
Views:
64
I am trying to connect to my SQL server with FoxPro. I know I can create a ODBC connecton and have Fox connect using =SQLCONNECT("odbc connection"), but how do I connect with out create a odbc connection or dsn connection. I would like to do something like this:

lcDSNLess="driver = SQL Server;server=server;uid=sa;pwd="
lnConnHandle=sqlstringconnect(lcDSNLess)

(Notes: I changed the above not to match my server name and password.)

when I do this it pops up a box for me to select a dsn file. I do not want to create any files on the workstations. I just want to copy the program onto the harddrvie to the workstations and run it.

What am I doing wrong??????


Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform