Hi,

 

one of my tables has an integer column ‘myCol’ that can be NULL.

 

I can set this to an integer, but I’m having trouble setting it to NULL:

 

setMyCol() throws an error because there’s no argument passed

setMyCol(“”) throws an error because the argument isn’t numeric

 

How can I do this using reactor?

 

Thanks


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to