I am hoping someone can point me to a solution for an error
I am getting on a pc (NT4.0) and a VB6 App with SQL Server 2000.
The Error:
Run-time error '-2147467259 (80004005)':
Unable to send message to server.SendMessage :Socket is null
It is occurring on the recordset.update method.
To me it sounds as if the tcp connection between the users pc and SQL Server 2000 is getting hosed. If the user goes back into the app and performs the transaction again, all is well and the data is updated. Could there be a timeout issue? Should I be posting this in the SQL forum? I posted it here because VB 6 is being used and the error occurs in a VB 6 App.
Anyone ever seen this error? Any ideas on correcting it?
Thanks,
I am getting on a pc (NT4.0) and a VB6 App with SQL Server 2000.
The Error:
Run-time error '-2147467259 (80004005)':
Unable to send message to server.SendMessage :Socket is null
It is occurring on the recordset.update method.
To me it sounds as if the tcp connection between the users pc and SQL Server 2000 is getting hosed. If the user goes back into the app and performs the transaction again, all is well and the data is updated. Could there be a timeout issue? Should I be posting this in the SQL forum? I posted it here because VB 6 is being used and the error occurs in a VB 6 App.
Anyone ever seen this error? Any ideas on correcting it?
Thanks,