| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 9 | |
<<< text/html: EXCLUDED >>>
Great job! thanx I`m currently don't use QNX yet but in the near feature hopefully I can give it a try. I always liked QNX and there way they handle devices. Ries > "Jorgensen, Jens H" wrote: > > You can now find the files necessary to compile Qt/X11 Free 3.0.2 > under QNX 6.1A in the OpenQNX project > (http://sourceforge.net/projects/openqnx/) at sourceforge.net. > > The files are based on the work by Sergey V. Sobolev and myself. > > Enjoy > Jens H Jorgensen
Hi @ all, I has created an DataTable with the designer. That works fine. I will see the data from the Mysql database, when I had clicked the 'Preview' in the Menubar. But after compiling the source, I get an error: //-------------> Warning: QSqlDatabaseManager unable to find database qt_sql_default_connection QSqlCursor::setName: unable to build record, does 'user' exist? QSqlRecord::position: unable to find field User QSqlRecord::position: unable to find field Host QSqlRecord::position: unable to find field Password QSqlRecord::position: unable to find field Select_priv QSqlRecord::position: unable to find field Insert_priv QSqlRecord::position: unable to find field Update_priv //--------------> Why can i see the database data in the designer , but not after compiling? Any hints? GreetingX Andre