Subject | RE: [ib-support] Constraints |
---|---|
Author | Martijn Tonies |
Post date | 2001-11-08T15:50:34Z |
AFAIK, they should be the same
Martijn Tonies
Upscene Productions
http://www.upscene.com <http://www.upscene.com>
please take a look at the following two check constraints:
ALTER TABLE T_Benutzer ADD CHECK ((AKTIV='J') or (AKTIV ='N'))
ALTER TABLE T_Benutzer ADD CHECK (AKTIV='J' or AKTIV ='N')
Should they be the same for IB or should IB interprete them
in a different way?
[Non-text portions of this message have been removed]
Martijn Tonies
Upscene Productions
http://www.upscene.com <http://www.upscene.com>
please take a look at the following two check constraints:
ALTER TABLE T_Benutzer ADD CHECK ((AKTIV='J') or (AKTIV ='N'))
ALTER TABLE T_Benutzer ADD CHECK (AKTIV='J' or AKTIV ='N')
Should they be the same for IB or should IB interprete them
in a different way?
[Non-text portions of this message have been removed]