Sqlite as resource file using Delphi7 + Zeos

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Onis
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 22.04.2010, 03:03

Sqlite as resource file using Delphi7 + Zeos

Post 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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
Post Reply