Subject RE: [firebird-support] Re: Is there a way to Version stamp a Firebird schema?
Author Leyne, Sean
> > 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...
>
> This is the approach I used to use in clipper. ;-D


Then it must be wrong! ;-|