Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. PostgreSQL and mobile app
Forum Update on Monday, May 27th 2025

PostgreSQL and mobile app

Scheduled Pinned Locked Moved Mobile and Embedded
9 Posts 3 Posters 5.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    geronik
    wrote on 21 Oct 2010, 16:27 last edited by
    #1

    Hello,
    How is it possible to connect to a PostgreSQL database through a mobile application running in a symbian platform?
    Thanks in advance.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on 21 Oct 2010, 16:44 last edited by
      #2

      I think that using postgresql database plugin will help you, can't see any reasons that will prevent you to do it.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        geronik
        wrote on 21 Oct 2010, 17:06 last edited by
        #3

        I just ran the following :

        qDebug() << QSqlDatabase::drivers();

        the application output :
        "QSQLITE"

        only sqlite seems to be available..

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on 21 Oct 2010, 17:32 last edited by
          #4

          You should compile it by yourself from sources.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            geronik
            wrote on 22 Oct 2010, 17:31 last edited by
            #5

            I have built it successfully and not it is running!
            Thx

            1 Reply Last reply
            0
            • ? This user is from outside of this forum
              ? This user is from outside of this forum
              Guest
              wrote on 23 Oct 2010, 14:40 last edited by
              #6

              bq.
              I have built it successfully and not it is running!

              :) You mean

              a. it is running now...
              or
              b. it is not running?

              1 Reply Last reply
              0
              • G Offline
                G Offline
                geronik
                wrote on 25 Oct 2010, 08:18 last edited by
                #7

                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.

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  lyuts
                  wrote on 26 Oct 2010, 10:17 last edited by
                  #8

                  So, did running

                  @qDebug() << QSqlDatabase::drivers();@

                  show you postgres driver?

                  I'm a rebel in the S.D.G.

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    geronik
                    wrote on 26 Oct 2010, 11:06 last edited by
                    #9

                    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..

                    1 Reply Last reply
                    0

                    1/9

                    21 Oct 2010, 16:27

                    • Login

                    • Login or register to search.
                    1 out of 9
                    • First post
                      1/9
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved