Inserting Null value into timestamp

I am trying to insert a null value into a timestamp and have not had much luck as of yet.

I have tried many different values and they keep getting returned with errors. I am creating the SQL statement through a string builder as I need to customize the statement for each insert so I cannot use the PreparedStatment with the setTimeStamp method.

Thanks,

Mike

[383 byte] By [Mike_Calgooa] at [2007-11-27 6:05:04]
# 1
I don't really know what you are doing. Please post your formatted code.You can always use PreparedStatements. You can have more than one. Then you could use setNull.
cotton.ma at 2007-7-12 16:50:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Thanks for the quick response I found the problem ... wasn't setting the null value correctly. Thanks anyways.
Mike_Calgooa at 2007-7-12 16:50:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...