From: Keith H. <ha...@so...> - 2002-11-11 22:47:44
|
Dear Cool People, I have two minor questions regarding mysqlcppapi. 1. I am getting errors when trying to load up a query object like this. I establish a connection successfully. mysqlcppapi::Query query =3D con.create_Query(); query << "select * from sometable"; query.execute(); I then an exception from catch(mysqlcppapi::ex_BadQuery& er) complaining that Query was empty. 2. branch 1.9.1 seems to be the newest version yet it is labeled as = "UnStable". would you recommend using 1.9.x or the 1.7.9 branch. Thanks very much for any help or guidence Keith |