Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking SQL Tables to Access - Creating ODBC Data Source 1

Status
Not open for further replies.

storm75m

Programmer
Apr 18, 2001
81
US
I am brand new with SQL Server and all I've done so far is installed SQL 7.0 on a NT 4.0 machine that's in our network, and created a simple database. Now I'm trying to link the tables from that database to an Access application at separate work station, and I've added an ODBC data source, but when I try to connect, I get the following error:

Connection Failed:
SQLState: '01000'
SQL Server Error: 161
[Microsoft][ODBC SQL Server Driver][dbnmpntw]ConnectionOpen(CreateFile())

I actually get this error message twice, but the second time the SQLState is 08001. And help would be much appreciated, and if someone could just point me in the right direction I would be very thankful.
 
It looks like you are trying to use Named Pipes (the default) from the client, but the server may be using TCP/IP. On the client, change the library to Multiprotocol or TCP/IP and see if this helps. Robert Bradley
teaser.jpg

 
Exactly where do I go to change the library from Named Pipes to Multiprotocol? Is this configured in the ODBC Data Source?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top