[Gambas-user] sqlite database inside an executable
Rolf Schmidt
rolf.frogs at ...221...
Wed May 30 16:38:42 CEST 2012
Hi Bruce,
what about to cat the database-file at the end of an executable and
strip it later (perhaps with cut) and store it, where you like.
Another methode could be, study the C-code of the sqlite-libs and see,
if you can open the database with an offset - i.e. the data will begin
at the end of your executable.
Hope that gives you another idea.
Greetings
Rolf
More information about the User
mailing list