Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to a SQL Server Database From VFP
Message
From
16/10/2000 08:02:02
 
 
To
16/10/2000 07:12:12
Christopher Pinnock
United General Insurance Company
Kingston, Jamaica
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
00429698
Message ID:
00429704
Views:
16
>Hey guys is there a way to connect to SQL Server database without having to set up an ODBC connection on each computer ??? I'm Using SQL Server 6.5, soon 7 as soon as i sort out the error i get when i try to upgrade.

You can use a DSN-Less connection:

Con_Handle=SQLSTRINGCONNECT("driver={SQL Server};server="+m.sql_servername+";uid="+alltrim(m.sql_user)+";pwd="+alltrim(m.sql_pass)+";database="+m.sql_db+";AutoTranslate=no;Regional=no;QuotedId=no;AnsiNPW=no")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform