On sexta-feira, 20 de abril de 2012 10.04.36, salome...@terra.es wrote:
> 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?

Sounds like it crashed.

Can you paste the backtrace of the crash? (gdb style)
--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to