Re: ConnectionWrite WrapperWriteOOB Error - Urgent

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



P.Nishanthan wrote:
Hi,

Thanks For your reply.

We are using MS SQL 2000.

We are using a DSN (dsn=apps;database=userdb). This error is not
happening always. Upto yesterday it was working fine. This error is
not happening regularly. Please help.


Again. Stop using ODBC. Using the native OLE DB provider will eliminate this
error, as well as other ODBC-related bugs that you have yet to encounter.

Provider=sqloledb;Data Source=myServerAddress;Initial
Catalog=myDataBase;User Id=myUsername;Password=myPassword;

If you insist on using the obsolete ODBC driver, then have a look through
the results of this google search:
http://www.google.com/search?hl=en&rls=com.microsoft%3Aen-US&q=ConnectionWrite+site%3Asupport.microsoft.com


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


.