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

Reply via email to