Results 1 to 2 of 2

Thread: tutorial about qt and LibreOffice Base

  1. #1
    Join Date
    Apr 2012
    Location
    Romania
    Posts
    22
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default tutorial about qt and LibreOffice Base

    Hi everyone! I'm new in Linux and I'm new in Qt. I want to make a little app for my "Heat and Mass Transfer" classes and I need to use a database and make some interpolation. Working in Ubuntu I made my database in Libre Office Base. So, being new in these I want to ask you how can I connect and read some information from a file. Do you have a link with an example how to open a sql file and read data? I know that this action depends by the type of the database ( sqlite, mysql, etc. ). For Libre Office Base what driver do I need? If it helps, my file extension is .odb. Thanks in advance for any help!

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: tutorial about qt and LibreOffice Base

    If you made a default database with LibreOffice Base then you have a HyperSQL database. HyperSQL is a Java-based database engine. As far as I know there is no direct C++ or C interface to that data, only indirectly via JDBC, and definitely no support in Qt.

Similar Threads

  1. Help with a tutorial
    By PeterUK in forum Newbie
    Replies: 2
    Last Post: 24th July 2009, 11:11
  2. Tutorial 7 and Dev-C++
    By swarm32 in forum Newbie
    Replies: 3
    Last Post: 2nd December 2007, 21:16
  3. QT tutorial 7
    By ranu in forum Qt Programming
    Replies: 4
    Last Post: 22nd May 2007, 06:05
  4. Qt Tutorial #1 Add-on
    By ShaChris23 in forum Newbie
    Replies: 10
    Last Post: 24th April 2007, 00:29
  5. Tutorial to use Qt with VTK
    By Ashish in forum Installation and Deployment
    Replies: 1
    Last Post: 18th October 2006, 12:15

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.