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
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
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
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
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