August 21, 2002 at 8:10 am
When running a VB app on Office 2000 that connects to a SQL 2000 server, the server is generating this error while trying to run a sproc that inserts data into a table, everything (the param) is being passed correctly, the error is:
Error:17805 Severity:20 State:3 Invalid Buffer recieved from client.
The application does retrieve data, just doesn't insert. The client has several other vb apps that use the same connection string/setup and have no difficulty inserting data. No one here has any idea.
Thanks
August 21, 2002 at 8:37 am
Have you installed all SPs, both on the server and on the client.
Don't forget the MDAC SP on the client, if it's not installed by Office SPs.
This could be due to the amount of data that is sent. Depending on the net library and the version, the default packet size has changed.
August 21, 2002 at 8:53 am
As I understand it, the server has SP1 Installed. SP2 can't be, becuase it created a problem with a vendor app. I have been told that the client has the most recent SPs, we installed MDAC 2.6 to be sure. Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply