TDirectPath

doglio

Member
I have problem with a Date Column.
I've tried with
TDirectPathColumn.DateFormat ='YYYYMMDD'.

I've alse tried
"Alter Session Set NLS_DATE_FORMAT='YYYYMMDD'"

But I have the error
ORA-01841 (year < -4713 or zero or > +9999).

If I put the DateFormatni TDirectPath loader
componet i receive the message
"Access Violation at Address xxxxx in module ORACLIENT8.DLL..."

Thanks...

Doglio
 
Can you show us the code that sets the data for these date values? This won't help you fix the access violation, but it may help us explain why the date value is considered invalid for the 'YYYYMMDD' format mask.

------------------
Marco Kalter
Allround Automations
 
Back
Top