I get this error message when SELECTing from my database. I am using VB. The database I am using is very large. On smaller databases the error doesn't occur.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]Connection Read(Wrapper Read()).
do you get the errors when selecting a subset of the data
E.G
Select Top 500 * from TableName
or
Select Col1,col2,col3 From tablename
or a combination of the two, to see if its issues with no of rows or possibly a column, if works for 500 try increasing it. finding the source might help find the solution then again maybe someone knows the error that your getting, Ive not had much dealing the VB connecting to SQL
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.