Hi all,

Does anyone analysed the sqlite3 database output file by opening the file in
some hex editor.
Is it possible to create one such database file without using sqlite.i.e.,
is it possible to write the contents without using sqlite and later read the
contents using sqlite.

or say if I have a text file with n records and each field seperated by
delimiter, is it possible for me to insert into the table without using
PARSER and VDBE.

Thanks in advance.
-Lokee

Reply via email to