Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    PostgreSQL and mobile app

    Mobile and Embedded
    3
    9
    5358
    Loading More Posts
    • 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
      geronik 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.

      1 Reply Last reply Reply Quote 0
      • D
        DenisKormalev 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.

        1 Reply Last reply Reply Quote 0
        • G
          geronik last edited by

          I just ran the following :

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

          the application output :
          "QSQLITE"

          only sqlite seems to be available..

          1 Reply Last reply Reply Quote 0
          • D
            DenisKormalev last edited by

            You should compile it by yourself from sources.

            1 Reply Last reply Reply Quote 0
            • G
              geronik last edited by

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

              1 Reply Last reply Reply Quote 0
              • ?
                Guest 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?

                1 Reply Last reply Reply Quote 0
                • G
                  geronik 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.

                  1 Reply Last reply Reply Quote 0
                  • L
                    lyuts last edited by

                    So, did running

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

                    show you postgres driver?

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

                    1 Reply Last reply Reply Quote 0
                    • G
                      geronik 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..

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post