Thread
:
Assigning NULL to a Prepared SQL DateTime Field
View Single Post
#
1
1st October 2003, 05:08 AM
M. Said
Posts: n/a
Assigning NULL to a Prepared SQL DateTime Field
Hi I have the following Prepared SQL:
Insert into test (Date1) values(:?);
How do I assign NULL to Date1 ?
Regards,
M. Said
M. Said