This is a part of my code: QStringList qlis = QSqlDatabase::drivers(); if (qlis.contains("QOCI")) MemLogs->append("It has QOCI"); QApplication::processEvents(); AdcConexionBD = QSqlDatabase::addDatabase("QOCI", "oracle"); MemLogs->append("after of QOCI"); QApplication::processEvents();
in my application to print "It has QOCI", but doesn´t print "after of QOCI". After of print "It has QOCI" terminates execution (The program has unexpectedly finished.) What can be happening?
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest