Robert L Cochran <[EMAIL PROTECTED]> wrote: > I have a database I created in SQLite 3.2.5, then updated with > subsequent versions up to 3.2.7. There are several tables. > > Version 3.3.1 has a new file format and I'd like to convert the database > file to this new format. How do I do that? >
Version 3.3.1 will read and write the old format. To update the database file to the new format, just bring it up in the command-line shell and run the "VACUUM;" command. -- D. Richard Hipp <[EMAIL PROTECTED]>