I want to use multiple queries in a transactors -
derived class in the following way, and it seems not working as
expected:
void QSaveMyClass::operator()(argument_type &T)
{
CString sInsertQuery1, sUpdateQuery1, ...etc
T.exec (sInsertQuery1);
T.exec(sUpdateQuery1);
.... etc.
}
I use libpqxx version 2.5.5. What is
wrong and how can I do that ?
|
_______________________________________________ Libpqxx-general mailing list Libpqxx-general@gborg.postgresql.org http://gborg.postgresql.org/mailman/listinfo/libpqxx-general