Subject RE: [IBO] Boolean fields question
Author Jason Wharton
> but since my LOGICAL domain is defined as SMALLINT (1 for
> true and 0 for
> false), do I have to leave the escaped form =\1,\0 or do I
> have to use the
> standard form =1,0?

You can set it to either and it should work fine.

I am going to see about eliminating the escaping of the numbers and solve
the potential ambiguity I discovered in another way. I prefer a cleaner
solution.

Jason