vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 298
Skill Endorsements: 3
vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 298
Skill Endorsements: 3
Normally, on a MS network that uses TCP/IP, the named pipes protocal is also installed and is used as a secondary protocal. Now, SQL server is very use to this protocal and normally when you create an ODBC DSN it is via named pipes but you can specify other protocals when you create it.
So, first off, I would suggest just as an experiment, to see if you can create an ODBC DSN from one computer to the server. Don't forget to test the connection to make sure it works.
Then if the ODBC DSN does work then yes you do have to tweak your connection string some...
Search the web for vb6 connection string builder
and this is a vb6 add-in someone made
http://www.vbforums.com/showthread.php?t=243215&highlight=connection+string+builder
There are a couple more out there also...
Good Luck
vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 298
Skill Endorsements: 3