Re: creating update files

2003-02-05 Thread Benjamin Pflugmann
Hi. On Mon 2003-02-03 at 10:19:59 +0100, [EMAIL PROTECTED] wrote: [...] > >That can be made to work with several versions. In other words, it > >would not check a version number saved in the database, but determine > >the version by the database structure itself. > > > >That would give #2 with the

Re: creating update files

2003-02-03 Thread Christian Andersson
Do you have an application with a sort of upgrade functionallity that when started checks the database for incosistency and when it finds some updates the database? (ie compares the structure of the table in the database to some "template" stored in the application or as datafiles/scripts) Or do y

Re: creating update files

2003-02-01 Thread Benjamin Pflugmann
Hi. On Fri 2003-01-31 at 12:32:51 +0100, [EMAIL PROTECTED] wrote: > Hi there, I have a little question for you in the mysql community.. > > I was wondering how persons in this community handles changes to the > database when your application that uses the database needs some new > tables, columns

Re: creating update files

2003-02-01 Thread gerald_clark
I use version 2. Christian Andersson wrote: Hi there, I have a little question for you in the mysql community.. I was wondering how persons in this community handles changes to the database when your application that uses the database needs some new tables, columns, etc... Do you have an appli

creating update files

2003-01-31 Thread Christian Andersson
Hi there, I have a little question for you in the mysql community.. I was wondering how persons in this community handles changes to the database when your application that uses the database needs some new tables, columns, etc... Do you have an application with a sort of upgrade functionallity th