I have a table with 2 TIMESTAMP columns. I need to store and retrieve values with millisecond precision in these columns.
While storing values is not a problem, the retrieving part is causing headaches.
I'm using an OracleDataSet and have tried the following approaches with no success so far ...