Results 1 to 2 of 2

Thread: Is there a way to retain the data held in mysql result datatype??

  1. #1
    Join Date
    Mar 2006
    Posts
    13
    Thanks
    3
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Is there a way to retain the data held in mysql result datatype??

    hi,
    My application retrieves data from mysql database which ranges from 2,000,000 to 10,000,000 records. Now, i need this data for computation throughout the lifecycle of the application with multiple iterations through these records!

    The "Result" datatype of mysql which holds the result of these query, does not hold these values for more than one iteration. I can't use a List or vector to store these values as system might go really low on memory and performance is a major factor in embedded systems.
    Please help!!
    I am in a fix!!
    regards,
    Bera

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there a way to retain the data held in mysql result datatype??

    Maybe the database could do the computations for you?

Similar Threads

  1. mySql Result Datatype issues!!!
    By bera82 in forum Qt Programming
    Replies: 2
    Last Post: 21st March 2006, 11:26

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.