Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
holymac
Starting Member
13 Posts |
Posted - 2004-09-09 : 04:46:21
|
| Dear All,I have a system running in a network.The system was created using VB. I am receiving this RUN TIME ERROR-2147467259 - [Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionRead (GetOverLappedResult()).What could be the problem.THE sql server is running in a windows 2000 server.What could be causing this problem.Please help as i really unable to solve this problem.Is it using Named Pipes instead of the TCP\IP protocol.How to solve this problem.Please help.I appreciate your help.Thank you |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-09-09 : 16:43:25
|
| If you don't want to use Named Pipes which is what it is currently using, then you can switch it over to TCP/IP using Client Network Utility which is a SQL client tool. If the users do not have SQL client tools, then you'll need to write the alias to the registry manually. To do it manually, search the forums for alias and registry using my userid. You'll find exact instructions on how to do this in a few threads.Tara |
 |
|
|
|
|
|