Hi

I have only just noticed this thread but if you are asking about how to 
deploy changes to existing Firebird database this is what we do.  Its 
not super fast but it deals with users who may not upgrade for a number 
of versions.

1) We ship a FULL DB script capable of building a full, empty, database. 
  Stored procedures and all.
2) We build the new database and then PUMP the data from the existing DB 
to the new DB.
3) We swap to the new DB.


We use IBObjects pump which is pretty fast and deals with fields that 
don't exist in the new DB (it ignores them).  The only problem is field 
renames, to deal with this we leave the old field name in the script for 
some time and have our app manually copy the data from the old field to 
the new field.  This happens very infrequently.

Not sure if its what your really wanting to know but it might help:)

Thanks
Rob



------------------------------------

------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/firebird-support/join
    (Yahoo! ID required)

<*> To change settings via email:
    firebird-support-dig...@yahoogroups.com 
    firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
    https://info.yahoo.com/legal/us/yahoo/utos/terms/

  • ... 'Andrew Zenz' and...@aimsoftware.com.au [firebird-support]
    • ... 'Martijn Tonies (Upscene Productions)' m.ton...@upscene.com [firebird-support]
      • ... 'Andrew Zenz' and...@aimsoftware.com.au [firebird-support]
        • ... Robert martin r...@chreos.com [firebird-support]
        • ... corni...@gmail.com [firebird-support]
        • ... Tim Ward t...@telensa.com [firebird-support]
          • ... 'Louis van Alphen' lo...@nucleo.co.za [firebird-support]
            • ... laf...@xietel.com [firebird-support]
          • ... laf...@xietel.com [firebird-support]
        • ... Svein Erling Tysvær svein.erling.tysv...@kreftregisteret.no [firebird-support]
        • ... 'Martijn Tonies (Upscene Productions)' m.ton...@upscene.com [firebird-support]
    • ... 'Louis van Alphen' lo...@nucleo.co.za [firebird-support]

Reply via email to