On Wed, 12 Nov 2003 21:03:45 -0800 (PST)
/// Blue Sunshine /// <comz...@yahoo.com> wrote:
if i open connection for a long time
ex.
//////
Connection con(use_exceptions);
con.connect("mysql_cpp_data");
.
.
.
long time without any action(a few hours)
.
.
.
//////
could u tell me, are MySQL++ will cut my connection?
because timeout or other causes
and if it's really cut my connection, what should i
do?
Thank you..
Server cuts you out due to wait_timeout.
In other cases there are other timeouts.
Read the manual on the subject.
Sincerely,