On Thu, 28 Sep 2006 09:35:54 +0200, you wrote: > Le Thu, 28 Sep 2006 00:01:08 +0200, > Kees Nuyt <[EMAIL PROTECTED]> a écrit : > >> The first 15 bytes of the sqlite database file tell you which >> file format it is. The file format doesn't change that often, so >> it can be compatible with several software versions. > > Thanks for your answer. Do you know the different available > values ofthis 15 bytes?
No, except for the software version I currently use 3.3.7, the the file signature is the C string "SQLite format 3". BTW, I wonder why do you ask? It is much faster to test that yourself than ask someone else.... -- ( Kees Nuyt ) c[_] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

