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.

 All Forums
 Old Forums
 CLOSED - General SQL Server
 odbc sql server driver

Author  Topic 

vk59
Starting Member

38 Posts

Posted - 2004-04-05 : 03:44:32
Hi,
I have a SQL File which has thousands of SQL Statements,I read these statements from VB application line by line and execute them.VB Application was able to excute upto 99,000+ lines after that i get following error.

[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (WrapperRead()).


Any Idea what has caused the error.Thanks in advance



`

harshal_in
Aged Yak Warrior

633 Posts

Posted - 2004-04-05 : 05:05:32
check this knowledgebase article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q229564

He is a fool for five minutes who asks , but who does not ask remains a fool for life!<N>

http://www.sqldude.4t.com
Go to Top of Page

vk59
Starting Member

38 Posts

Posted - 2004-04-05 : 05:36:25
The article in knowledgebase speaks about a different Error related to "[DBNETLIB][ConnectionRead (WrapperRead()).]General network error. Check your network documentation ".

I get the following error

[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (WrapperRead()).

Thanks
vk59


quote:
Originally posted by harshal_in

check this knowledgebase article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q229564

He is a fool for five minutes who asks , but who does not ask remains a fool for life!<N>

http://www.sqldude.4t.com



`
Go to Top of Page
   

- Advertisement -