Subject Re: [IBO] Currency is Null ---- How to stop
Author Jason Wharton
I'm not sure about it. Sounds like a good thing for triggers to handle to
me.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "Michael L. Horne" <guardian@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, December 27, 2002 11:39 AM
Subject: RE: [IBO] Currency is Null ---- How to stop


> Hello Jason,
>
> What about this ideal as an improvement for IBO.
>
> Michael L. Horne
>
>
> > Thanks for the replies, but it would be nice if
> > IBO would implement a option of
> >
> > NULLISZERO
> >
> > so I could put in the TIB_Connection.ColumnAttributes
> >
> > T_Currency=NULLISZERO
> >
> > just like I currently use
> >
> > T_MEMO=BLANKISNULL
> >
> > on my memos.
> >
> > May as well do "NULLISBLANK" for strings at the same time.
> >
> > This would be a very useful enhancement to IBO.