Hello Simon,

Wednesday, August 08, 2001, 11:37:59 PM, you wrote:

SS> Hi,

SS> It is not problem of mssql, it was defined in SQL 92 standard. There is
SS> special command in tsql "SET ANSI_NULLS" which controls this behavior. This
SS> command can be used as another workaround, if your jdbc driver supports some
SS> sort of connection initialization. At least it's faster then wait for some
SS> actions from orion guys. But in general, personally I am trying to avoid
SS> using null values and use 0 instead, if it is possible.
Thanks!
Do you know how other app servers handle this?
I wonder if its a good idea to use null values. But If I store a
refenrence to another bean, I cant just use 0 for not defined, its
definately a <null>.

regarz
 chris


Reply via email to