Re: Errors management

2007-11-05 Thread Russell E Glaue
Does the client loose the MySQL connection completely? Or is there just an error in receiving the responding packet back? Here is an idea: You can do a ping to test the connection. Fist ping the connection to verify you can send and receive on that connection. Then send the SQL Command. If you

Errors management

2007-11-02 Thread NextWare - Mirko
Hi All, I have this question... I send a INSERT from client to server, the server write the row and send the result "ok" to the client. Due to a network failure the client doesn't receive the result and an error is reported to the user. How can I manage this error? -- Ciao Mirko -- MySQL G