Results 1 to 6 of 6

Thread: How should I store data? Database? Text files? Something else entirely?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    300
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    9
    Thanked 29 Times in 29 Posts

    Default Re: How should I store data? Database? Text files? Something else entirely?

    This sort of thing is generally handled through text files. You should just stick with that. XML is a nice way to do it.

    In theory it depends on what you mean by "a large number", but I don't think you are likely to cross that boundary.
    "The strength of a civilization is not measured by its ability to wage wars, but rather by its ability to prevent them." - Gene Roddenberry

  2. #2
    Join Date
    Jul 2007
    Posts
    23
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    16

    Thumbs up Re: How should I store data? Database? Text files? Something else entirely?

    Sounds good. I really appreciate the quick answers.

    Much thanks,
    Backslash

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. Handling mac text format files - support?
    By bnilsson in forum Qt Programming
    Replies: 0
    Last Post: 29th March 2008, 12:10
  3. how to save sequences of text files and sound files
    By nagpalma in forum Qt Programming
    Replies: 8
    Last Post: 3rd July 2007, 00:06

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.