--- "D. Richard Hipp" <[EMAIL PROTECTED]> wrote: > ... > SQLite never "blows away" a file that is not a database. > > -- > D. Richard Hipp <[EMAIL PROTECTED]>
Sorry to report this doesn't seem to be the case. At least not under Windows. Using v3.2.2, I can "sqlite3 junk.txt", then "create table junk (a,b)", and the text file becomes a SQLite3 database :-( FWIW, junk.txt contained several lines of text before becoming a database. -Clark