Subject | Re: [firebird-support] Some feedback of my 2.5 experience |
---|---|
Author | Lester Caine |
Post date | 2011-06-03T08:22:17Z |
Werner F. Bruhin wrote:
is actually written :)
Slight aside, but Flamerobin does do a nice job of creating this sort of stuff
when one is developing tables ... and then one tends to forget just what the
code is doing.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php
>> IF (NEW.ID IS NULL) THENGood call - It's amazing how easy it is to see what you expect rather than what
>> > NEW.ID = GEN_ID(GEN_CUSTOMERINCIDENTS_ID,0);
> Shouldn't that be:
>
> NEW.ID = GEN_ID(GEN_CUSTOMERINCIDENTS_ID,1);
is actually written :)
Slight aside, but Flamerobin does do a nice job of creating this sort of stuff
when one is developing tables ... and then one tends to forget just what the
code is doing.
--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php