IBPP::Transaction tr = IBPP::TransactionFactory(db, IBPP::amRead, til, tlr);
IBPP::Statement st = IBPP::StatementFactory(db, tr);
-string name;
+std::string name;
try
{
st->Get(1, schemaVersion);
}
tr->Commit();
- WriteServLog("FIREBIRD_STORE: Current DB schema version: %d", schemaVersion);
+ logger("FIREBIRD_STORE: Current DB schema version: %d", schemaVersion);
}
catch (IBPP::Exception & ex)