Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, How is it possible to connect to a PostgreSQL database through a mobile application running in a symbian platform? Thanks in advance.
I think that using postgresql database plugin will help you, can't see any reasons that will prevent you to do it.
I just ran the following :
qDebug() << QSqlDatabase::drivers();
the application output : "QSQLITE"
only sqlite seems to be available..
You should compile it by yourself from sources.
I have built it successfully and not it is running! Thx
bq. I have built it successfully and not it is running!
:) You mean
a. it is running now... or b. it is not running?
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.
So, did running
@qDebug() << QSqlDatabase::drivers();@
show you postgres driver?
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..