On Tue, 21 Dec 2004, Paolo Vernazza wrote:

>D. Richard Hipp wrote:
>
>>
>>
>> Tell your friends that they need to read the FAQ.
>> http://www.sqlite.org/faq.html#q13
>
>Sorry, Richard, but I think that it isn't so simple.... you must also
>store triggers and indexes... and maybe you don't know what's the table
>structure is, so you must parse youd table structure and modify it...


Or, you could have a seperate script create the schema, then import the
data from the old schema. Using sqlite shell and ATTACH, you should be
able to script any data migration.

As this sounds like a new project, they have the flexibility to
initialise the schema how they want.

Christian


-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to