On 11/16/07, Michael Dupuis <[EMAIL PROTECTED]> wrote: > I have an application that uses SQLite 3.3.2 right now, and I'm > looking to move to 3.5.2. The problem I have right now is that 3.5.2 > can't open the 3.3.2 formatted database files. I know that the file > format changed, and then changed back, but I thought there was still a > way to get 3.5.2 to open the 3.3.2 "new" formatted database files. I > tried executing both of the PRAGMA legacy_file_format=ON and PRAGMA > legacy_file_format=OFF commands, but neither worked, is there any > other way that I can get the latest version of SQLite to read my older > formatted database files?
It should just work. Are you sure the problem is about the version instead of something else? What error are you getting? ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------