Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remind me, please SQL connection
Message
From
04/01/2019 12:32:55
 
 
To
04/01/2019 12:18:35
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
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:
01665134
Views:
49
>>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;
>
Thanks for that information, Cetin.

Making those changes and trying the SQLStringConnect, it still asks for a DSN. It was my remembering that SQLStringConnect would connect without a DSN, nor would it require one. Am I mis-remembering?
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform