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

