T
Teo
Hi!
I am trying to insert a value through a query to the DB. One of the fields
I'm inserting is a date/time.
That value is optional.
The problem I'm having is that when I run my query if the value is " " then
it is reported by my front end application as NULL and the DB sends me an
error for data type since I have the NULL value between single quotes (').
If I assign it a value, such as 12-Jul-72 it works perfectly.
What can I do to avoid this error?
I'm using it along with ColdFusion from Macromedia.
Teo
I am trying to insert a value through a query to the DB. One of the fields
I'm inserting is a date/time.
That value is optional.
The problem I'm having is that when I run my query if the value is " " then
it is reported by my front end application as NULL and the DB sends me an
error for data type since I have the NULL value between single quotes (').
If I assign it a value, such as 12-Jul-72 it works perfectly.
What can I do to avoid this error?
I'm using it along with ColdFusion from Macromedia.
Teo