Rolf Ade wrote:
> If the cmd line tool sqlite3 is used, is it possible to damage a file,
> given as sqlite database file argument to sqlite3?

No.  A database file is uniquely identified by the magic header string:
<http://www.sqlite.org/fileformat2.html#the_database_header>

It would be possible to open a 'wrong' file only if someone had created
a fake database file deliberately.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to