Unless they are encrypted using the encryption extension... On Thu, Apr 23, 2009 at 4:46 PM, Tommy Ocel <[email protected]> wrote:
> Great. Thanks for the tip. > > > On 4/23/09 4:24 PM, "Igor Tandetnik" <[email protected]> wrote: > > Tommy Ocel <[email protected]> wrote: > > Other than using sqlite3_open_V2() with a SQLITE_OPEN_READONLY flag, > > which would fully load the database and be time-consuming, anybody > > know of a quick way to verify that a file is actually a SQLite3 > > database file? > > SQLite 3.* database files begin with "SQLite format 3" signature string. > > Igor Tandetnik > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

