PostgreSQL and mobile app
-
wrote on 21 Oct 2010, 16:27 last edited by
Hello,
How is it possible to connect to a PostgreSQL database through a mobile application running in a symbian platform?
Thanks in advance. -
wrote on 21 Oct 2010, 16:44 last edited by
I think that using postgresql database plugin will help you, can't see any reasons that will prevent you to do it.
-
wrote on 21 Oct 2010, 17:06 last edited by
I just ran the following :
qDebug() << QSqlDatabase::drivers();
the application output :
"QSQLITE"only sqlite seems to be available..
-
wrote on 21 Oct 2010, 17:32 last edited by
You should compile it by yourself from sources.
-
wrote on 22 Oct 2010, 17:31 last edited by
I have built it successfully and not it is running!
Thx -
wrote on 23 Oct 2010, 14:40 last edited by
bq.
I have built it successfully and not it is running!:) You mean
a. it is running now...
or
b. it is not running? -
wrote on 25 Oct 2010, 08:18 last edited by
I have built it successfully and yes it is running!. Though with a bit of searching, I have some doubts if the application will load the postgresql driver from inside the mobile device.
-
wrote on 26 Oct 2010, 11:06 last edited by
yes it did, but that was, when running the app through the simulator.
I will test the availability of postgres driver from inside a mobile device..
2/9