Subject | Re: [Firebird-Java] Re: problem: PreparedStatement with "? IS NULL" |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-09-23T11:24:30Z |
> Ah, i already noticed that not all Firebird administration tools areIn Firebird you can use quoted and regular identifiers and this is also part
> working with quoted identifiers.
of SQL99 standard (I suspect also SQL92). Identifiers that are not quoted
(i.e. regular identifiers) are equal to the quoted identifiers in upper
case.
> I don't know if i should use setNull(<nbr>, Types.INTEGER) oryou should use setNull(<nbr>, Types.INTEGER)
> setNull(<nbr>, Types.NULL).
Roman