Results 1 to 3 of 3

Thread: QTSQL on ARM board

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default QTSQL on ARM board

    Hii..
    Actually we are using ARM board omap3 devkit8000(Angstrom OS) for our project. Here we are using QT by nokia for front end application and SQL server as a database.
    the QT needs to connect with SQL server on ARM board but its not connecting on ARM board. But ARM board is connecting to sever without using QT. When we use QT, the ARM board is not connecting to QT. Please help us!!!... QT and server on the pc is connecting and working fine.. but not on the ARM board.. Help out plss!!!!!!!!

  2. #2
    Join Date
    Mar 2011
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: QTSQL on ARM board

    Hi Chaitrakr7,
    we also working on same like your project. we also facing same problem. If you got the solution please send the solution to me
    Thanks in advance

  3. #3
    Join Date
    Sep 2010
    Location
    Bangalore
    Posts
    169
    Thanks
    59
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: QTSQL on ARM board

    Have you all gone through the QSqlDatabase documentation in Qt help section? There it is mentioned that you need to enable the QODBC driver for connecting to SQL server. You can either add that as a plugin or can add that while building the Qt libraries.
    Refer to this link: http://www.crosscompile.org/static/pages/unixODBC.html.

    Actually i want to know how you have cross-compiled your Qt package for arm-embedded board? So that i can be more specific.

Similar Threads

  1. single board computer embeddede board, mini2440v2, sky2440v2
    By wujianwen in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 2nd November 2016, 07:29
  2. QtService & QtSql
    By acedanans in forum Qt Programming
    Replies: 11
    Last Post: 3rd October 2014, 12:30
  3. QtSql or QtSql/ ?
    By szisziszilvi in forum Newbie
    Replies: 3
    Last Post: 8th March 2011, 15:44
  4. about Windows Ado and QtSql
    By lutins in forum General Programming
    Replies: 1
    Last Post: 1st September 2008, 20:04
  5. problem of QtSql
    By cresthong in forum Qt Programming
    Replies: 1
    Last Post: 17th July 2008, 17:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.