Documented here:
http://www.sqlite.org/src/artifact?ci=trunk&filename=magic.txt

I have a routine that SPECIFICALLY looks for "SQLite format 3"+#0 to
validate that the file in question is indeed a SQLite3 file hopefully prior
to actually opening any SQLite type of file handler on the actual file.

If I wanted to, I COULD possibly set the application ID at DB creation and
add to my routine to validate that the application is opening the file I
need it to?

Also, is 68 a HEX value or DEC value?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to