Page 1 of 1

Sqlite as resource file using Delphi7 + Zeos

Posted: 22.04.2010, 04:00
by Onis
I have a sqlite database as a resource file. Is it possible to read this in memory, on the fly? Any ideas how this could be done using Zeos?

Regards,
Onis

Posted: 01.05.2010, 20:26
by mdaems
Don't know if this link helps you?
http://www.delphifeeds.com/go/s/67685
Just getting the file in memory won't help you with reading the database from zeoslib I'm afraid. But I suppose when you have it in memory you can always write a temporary database and read from there.

Mark