Subject | Re: [firebird-support] Re: Is there a way to Version stamp a Firebird schema? |
---|---|
Author | Alexandre Benson Smith |
Post date | 2008-03-24T03:37:35Z |
Myles Wakeham wrote:
"config", that holds other informations about configuration... one of
the is a records with a strinng called "DATABASE.VERSION".
Every script we have in the first line update the value of that record
Create Table Config (
ConfigID integer PK
Key varchar(40),
Value varchar(255)
);
Something on this line...
hth
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
> Thanks for everyone's input on this. I'm thinking that Sean's suggestionBasically te same as Sean, but I have the information on a table called
> may work best for us. I can definitely hard code a version number into a SP
> and have it move with the database and check it against the expectations of
> the client program to make sure the versions match. That'll work fine.
>
>
"config", that holds other informations about configuration... one of
the is a records with a strinng called "DATABASE.VERSION".
Every script we have in the first line update the value of that record
Create Table Config (
ConfigID integer PK
Key varchar(40),
Value varchar(255)
);
Something on this line...
hth
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br