[Cppcms-users] CPPDB - connection time out
Brought to you by:
artyom-beilis
From: <la...@sa...> - 2012-07-06 10:59:13
|
Hi, I am working with cppdb, with sqlite. I am doing a connection with cppdb::session sql("sqlite3:db=/home/common/source/DB/Mdata.db"); But i think i lost connection after 600 seconds (10min). I already try to change to, 'opt_reconnect = 1', but still does not work, .... i have always error after 10min. Error: Unable to open database connection. Thanks, Leandro |