Results 1 to 6 of 6

Thread: Oodb?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    42
    Thanks
    1
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Oodb?

    If they did implement it I'm quite sure they would document it, so my best guess is: no.

  2. #2
    Join Date
    Jan 2007
    Posts
    68
    Thanks
    9
    Thanked 8 Times in 8 Posts

    Default Re: Oodb?

    if there's a ODBC driver available for this DB you could use it as a bridge...
    Last edited by darksaga; 24th May 2007 at 23:07.

  3. The following user says thank you to darksaga for this useful post:

    Max Yaffe (15th June 2007)

  4. #3
    Join Date
    Apr 2007
    Posts
    20
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Oodb?

    Thanks for the replies.

    What I'm really looking for is an OODB - Object Oriented Database - where I can save and restore persistent Qt objects. If an object has children which are objects, saving the parent should also save the kids. That way I can provide persistence for an entire data model. This is similar to a DOM conceptually but I don't want to use XML for the file storage.

    Several are available (notable ZODB for Python, DB4o for .Net and Java). I was hoping maybe someone has done the same for Qt. Maybe major rev the next

    Thanks again,
    Max

  5. #4
    Join Date
    Mar 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Oodb?

    I would also be very much interested in an OODB (solution) that can interface with Qt. Any updates on that topic?

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.