Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Null parameters to server functions
Tue, May 30 2006 2:41 AMPermanent Link

Oliver Bock
I'm passing null as a parameter to a custom SQL function, but when I
examine params[n].Value in OnCustomFunction it contains Unassigned
instead of Null.  Is this by design?


  Oliver
Tue, May 30 2006 9:07 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Oliver,

<< I'm passing null as a parameter to a custom SQL function, but when I
examine params[n].Value in OnCustomFunction it contains Unassigned instead
of Null.  Is this by design? >>

No, it's a bug.  We're not assigning the NULL flag properly.  A fix will be
in the next build, which will probably be later this week.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image