OracleBulkCopy - Date Conversion Issue
785564Jul 16 2010 — edited Jul 16 2010Hi Guys,
I am relatively new to the Oracle realm, we are trying to utilize the OracleBulkCopy class...
I have a C# strongly typed dataset with a few columns; one of which is of type System.DateTime. Normally i would handle conversion from System.DateTime into a format that Oracle likes prior to the execution of a stored procedure by adjusting the parameter options available.
However with the OracleBulkCopy class i don't seem to have such luxuries...
Can anyone suggest how data type conversion can be achieved using the OracleBulkCopy class?
Thanks in advance.
Cheers,
Dave