[Interest] QSqlDatabase::addDatabase ("QOCI")

SALOMEHER at terra.es SALOMEHER at terra.es
Fri Apr 20 10:04:36 CEST 2012


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120420/a4e66c6b/attachment.html>


More information about the Interest mailing list