|
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/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- |
- [Reactor for CF] updating a column to NULL Gareth Cole
- RE: [Reactor for CF] updating a column to NULL Gareth Cole
- Re: [Reactor for CF] updating a column to NULL Dave Shuck
- RE: [Reactor for CF] updating a column to NULL Doug Hughes
- Re: [Reactor for CF] updating a column to NULL Tom Chiverton
- RE: [Reactor for CF] updating a column to NULL Gareth Cole
- Re: [Reactor for CF] updating a column to NULL Teddy Payne
- Re: [Reactor for CF] updating a column to NULL Peter Boughton
- Re: [Reactor for CF] updating a column to NULL Dan Vega
- Re: [Reactor for CF] updating a column to NULL Teddy Payne
- Re: [Reactor for CF] updating a column to NULL Peter Boughton

