Loop in Qt when i call list of tables of database function
General and Desktop
4
Posts
2
Posters
948
Views
1
Watching
-
i'm use an Oracle database in Qt 5.2 with QOCI library. I can open correctly the database and i can view data from a table. Now i want view the list of tables of my DB but when i call the function:
@QStringList tables=db.tables(QSql::Tables);@
I dont view ui interface (loop??) and when i stop my app i view this error in exit:
The program has unexpectedly finished
Someone has used this function?
Thanks
-