Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Connecting issue from VFP app
Message
 
To
04/02/2013 10:03:59
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01565049
Message ID:
01565064
Views:
45
>First, thank you. Just to clarify:
>1. I should not use both, the TCP/IP and Names Piptes, just one? right?

Yes, just one of them.

>2. The values 'dbmssocn' and 'dbnmpntw'; are this literally what I put into the connection string or I have to use "my" sql values?

The connection string should look like this:
DRIVER={driver name};Server=server name;DATABASE=DB name;NETWORK=dbmssocn;...
or
DRIVER={driver name};Server=server name;DATABASE=DB name;NETWORK=dbnmpntw;...
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform