I’m using Integration server 4.6 with the jdbc adapter. I’m trying to insert null values into date columns in an Oracle database. When using the trace log tool, I can see that the date fields have values of “” before insertion. When I query the data base after the insert, the date columns have a value of ‘01-Jan-1900’ instead of null.
Thanks for your help