Results 1 to 12 of 12

Thread: Database in a file?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: Database in a file?

    You will find this in the documentation of QSQLite: http://www.sqlite.org/docs.html.

  2. #2
    Join Date
    Feb 2006
    Location
    US
    Posts
    173
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android
    Thanks
    16
    Thanked 5 Times in 5 Posts

    Default Re: Database in a file?

    Quote Originally Posted by Lykurg View Post
    You will find this in the documentation of QSQLite: http://www.sqlite.org/docs.html.
    I saw the SQLite documentation describing sqlite3_open(":memory:"), but I didn't correlate that to QSqlDatabase::setDatabaseName(QString&). I see it now though

Similar Threads

  1. Releasing database file with QSqlDatabase
    By JPNaude in forum Qt Programming
    Replies: 24
    Last Post: 24th May 2011, 09:33
  2. Replies: 9
    Last Post: 20th May 2010, 09:55
  3. QT Sqlite database import/ export csv file
    By logesh in forum Qt Programming
    Replies: 1
    Last Post: 18th March 2010, 05:35
  4. Saving parts of an SQLITE database to a new file
    By zarkzervo in forum Qt Programming
    Replies: 2
    Last Post: 21st February 2010, 00:59
  5. Database: How to use an external file?
    By goes2bob in forum Newbie
    Replies: 10
    Last Post: 23rd January 2008, 14:07

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.