Thanks you all for your valuable feedback, I'll promise to get back to you with more questions along with the progress of this project :)
//John On 2/22/07, Milan Babuskov <[EMAIL PROTECTED]> wrote: > > Thomas Hruska wrote: > > Running multiple SQL queries is NOT in your best interest (and an index > > is going to bloat the DB to high heaven - you're on an embedded system - > > > don't shoot yourself in the foot). Run ONE SQL query that selects all > > the data. Then retrieve the data one row at a time and query the hard > > drive instead. > > Since we're talking about database itself being on embedded system, I > have to agree. All I wrote before is about case when files are on > embedded device, and database on PC. > > -- > Milan Babuskov > http://www.guacosoft.com > http://www.flamerobin.org > > > [Non-text portions of this message have been removed]