dbnmpntw - Win32 Named Pipes
The problem is with the network libraries loaded on that machine. Try adding
the following to your connection string
Network=dbmssocn in the form
Properties="DSN=yourdatasourcename;UID=sa;DATABASE=pubs;Network=dbmssocn";
this will force your program to try and use the TCP/IP libray instead of the
named pipes. See if the problem goes away.
Try reinstalling your service pack.
Thank You
Donald Burr
C.I.O.
Nationwide Auction Systems
City of Industry, California
Voice: (xxx) xxx-xxxx Ext. 248
Fax: (xxx) xxx-xxxx
Cel: (xxx) xxx-xxxx
E-Mail: dburr@n... <mailto:dburr@n...>
-----Original Message-----
From: Kim, Cardyin [mailto:CKim@s...]
Sent: Friday, July 27, 2001 9:33 AM
To: professional vb
Subject: [pro_vb] RE: The weirdest error message
Mark,
Two things:
1) Can you tell me what the exact [DBNMPNTW] error is?
2) Are you using a DSN to connect to your SQL server or are you
using a DSN-less connection from your program?
Cardyin
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Friday, July 27, 2001 8:09 AM
To: professional vb
Subject: [pro_vb] RE: The weirdest error message
Cardyin,
I reinstalled mdac 2.5, but it did not work.
The Visual Studio was removed from that PC a while ago, could that be the
cause? This application is deployed throught the installation made by the
deployment wizard, though.
What would be the next thing to do?
Mark
-----Original Message-----
From: Kim, Cardyin [mailto:CKim@s...]
Sent: Thursday, July 26, 2001 1:56 PM
To: professional vb
Subject: [pro_vb] RE: The weirdest error message
Mark,
>From inside of your VB project, click on Project->References.
Check to see what version of Microsoft ActiveX Data Objects
Library you are using. That is the version that you need
to install.
MDAC is the file you need to download.
Cardyin
-----Original Message-----
From: Mark.Chen [mailto:Mark.Chen@s...]
Sent: Thursday, July 26, 2001 10:40 AM
To: professional vb
Subject: [pro_vb] RE: The weirdest error message
Cardyin,
How do I find out what version of ADO do I have on my development machine?
Also, are those MDAC the things I should download?
Thanks
Mark
-----Original Message-----
From: Kim, Cardyin [mailto:CKim@s...]
Sent: Thursday, July 26, 2001 9:56 AM
To: professional vb
Subject: [pro_vb] RE: The weirdest error message
Mark,
You may have an old or corrupted version of ADO objects on that
particular machine. Try reinstalling the ADO objects on that
machine. You can find the setup program at the following link:
http://www.microsoft.com/data
Make sure you install the same version of ADO that you use
on your development machine.
Hope this helps.
Cardyin