Subject | RE: [firebird-support] Re: Is there a way to Version stamp a Firebird schema? |
---|---|
Author | Leyne, Sean |
Post date | 2008-03-24T13:31:32Z |
> > Every script we have in the first line update the value of thatrecord
> >Then it must be wrong! ;-|
> > Create Table Config (
> > ConfigID integer PK
> > Key varchar(40),
> > Value varchar(255)
> > );
> >
> > Something on this line...
>
> This is the approach I used to use in clipper. ;-D