Subject | RE: [IBO] NULL in TIB_Query.Params |
---|---|
Author | Ondrej Kelle |
Post date | 2001-01-09T10:53:47Z |
> >Helen, any plans for Firebird to support 'SELECT * FROM TESTI would suggest to add NULL support in TIB_Query.Params instead, if it
> WHERE A = NULL'?
>
> No, that will never happen because there is no equivalence
> for Null. "Null
> is a state not a value".
doesn't exist already. I imagine that after TParams[xx].Clear; the
underlying statement would be interpreted as '<param> IS NULL' without
having to change the SQL property in code.
Not being familiar with the details of implementation, I only hope that it's
a reasonable request. It's definitely nothing urgent, though.
TOndrej