Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remind me, please SQL connection
Message
From
04/01/2019 12:18:35
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/01/2019 10:16:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows Server 2016
Miscellaneous
Thread ID:
01665115
Message ID:
01665128
Views:
60
>It's been awhile and I'm trying to connect to a MSSQL server with the following
>
>myconnstr = "driver = SQL Server; server=IPaddress; database=myDB; uid=myID; pwd=myPassword"
>
>when I issue the myconnection = SQLStringConnect(myconnstr) it keeps popping up asking me to select a DNS.
>
>What am I forgetting?
>tia
Driver={SQL Server Native Client 11.0};server=<IPAddress or just a dot for local machine>[, <port if not default>]\instanceName;database=myDb;Trusted_Connection=yes;
{SQL Server} is the old 2000 driver, prefer newer ones like {SQL Server Native Client 11.0}.

A typical connection to local SQLExpress instance Northwind database:
Driver={SQL Server Native Client 11.0};server=.\SQLExpress;database=Northwind;Trusted_Connection=yes;
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform