Subject | RE: [firebird-support] fake boolean problems |
---|---|
Author | Clay Shannon |
Post date | 2005-03-17T20:34:45Z |
<< How is declared the SP ?>>
Aha! That led me to the solution to my self-inflicted suffering. I had
changed the data type in the stored proc to SmallInt. I have two different
pseudo-boolean domains, one is Char(1) and the other SmallInt. I was
obviously confused about which one I was dealing with at the time.
Thanks, ABS!
Clay Shannon,
Dimension 4 Software
Aha! That led me to the solution to my self-inflicted suffering. I had
changed the data type in the stored proc to SmallInt. I have two different
pseudo-boolean domains, one is Char(1) and the other SmallInt. I was
obviously confused about which one I was dealing with at the time.
Thanks, ABS!
Clay Shannon,
Dimension 4 Software