ExecuteNonQuery() - Unable to write to stream?

grip003

Well-known member
Joined
Sep 2, 2004
Messages
89
Location
North Carolina
I have been looking through this forum for something dealing with an odd error I am getting. I am getting an Unable to write to stream error when I do a simple INSERT statement into a MySQL database using the .NET connector and ExecuteNonQuery(). The really interesting thing is that I do the exact same thing on a different computer, and it works. This problem has come up only on one computer and it only happens every so often. I cant lock it down. Has this happened to anyone else?
 
Back
Top