MySQL Forums
Forum List  »  Connector/ODBC

MySQL V5.0.4, How to skip reconnect with MYODBC3?
Posted by: ANGEL MARTIN
Date: April 19, 2005 09:09AM

I've been using MySQL Version 5.0.4, and from previous betas, an also Version 4.1.x I've realize that when the connection is broken due to timeout o Server is going down, the odbc client reconnects when it detects this situation. I'd like to avoid this, but I'm using SQLConnect from ODBC. I think that using MySQL C API is possible to do it, via reconnect variable inside MYSQL structure. The point is that I'd like to have the same result but using ODBC.

Does anyone knows how to do that?

Options: ReplyQuote


Subject
Written By
Posted
MySQL V5.0.4, How to skip reconnect with MYODBC3?
April 19, 2005 09:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.