TO_DATE('2004-10-25 10:36:22.0', 'mm/dd/rrrr'),
Here's the error:
ORA-01843: not a valid month
How the heck do I convert that datetime into mm/dd/rrrr?
OK, here's what I'm doing:
I want to disable my AFTER INSERT trigger by checking if the new row is a duplicate or is new (based on the criteria in the stored procedure). The BEFORE INSERT trigger calls a stored procedure which will enable or disable the AFTER INSERT trigger. The problem: I...
Hi,
I would like to default a numeric variable to empty. The situation is that I've got a page that takes FORM/URL scope variables from the previous page and from a post back of itself. Here's some code:
<cfparam name="fooPostBackVar" type="numeric" default=??>
<cfparam name="fooLocalVar"...
<cfparam name="foo" type=? default="">
<cfsavecontent variable="foo">
stuff
</cfsavecontent>
I would like to set the datatype for "foo", but "string" doesn't work. Any idea what the datatype is for a cfsavecontent variable?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.