Results 1 to 4 of 4

Thread: multiple in memory sqlite databases with Qt

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2008
    Posts
    183
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default multiple in memory sqlite databases with Qt

    What is the CORRECT syntax for opening multiple SQLite In Memory databases with Qt? The example found here:

    http://www.sqlite.org/inmemorydb.html

    rc = sqlite3_open("file:memdb1?mode=memory&cache=shared ", &db);

    for a name string does not work.

    Thanks,
    Roland

  2. The following user says thank you to RolandHughes for this useful post:


Similar Threads

  1. Execute sql queries on multiple databases
    By Cyrebo in forum Qt Programming
    Replies: 4
    Last Post: 22nd April 2013, 22:32
  2. Replies: 1
    Last Post: 10th September 2012, 18:56
  3. Multiple open databases and MVC
    By mtnbiker66 in forum Qt Programming
    Replies: 2
    Last Post: 25th March 2012, 01:08
  4. AES-256 encrypted SQLite databases with SQLCipher
    By Lykurg in forum Installation and Deployment
    Replies: 10
    Last Post: 29th July 2011, 04:22
  5. Loading and saving in-memory SQLITE databases
    By miraks in forum Qt Programming
    Replies: 10
    Last Post: 27th April 2010, 22:24

Tags for this Thread

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.