View Single Post
  #1  
Old 1st October 2003, 05:08 AM
M. Said
 
Posts: n/a
Default 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