On Wed, 27 Sep 2006 14:06:50 +0200, you wrote: >Hello >I'm trying to develop an application with C# Mono and SQLite and I have >a problem to know wich SQLIte version is the file I want open. > >Do you know a way to get this version before I open the file?
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. >LordPhoenix > >PS : Sorry for my English I'm french and don't speak this >language very often :) Many US citizens write worse English than you do ;) -- ( Kees Nuyt ) c[_] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------