Hi ,
I am importing Data using ProgressDB openedge ODBC connection in a Data App(.NET).
I am using a simple SQL query below
select "Date" from PUB.Table
Throws the following error
Ex: If total records are 1000 , throws error at 450 th record) .
ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Invalid date value (7496).
Please suggest how to resolve this.
I am importing Data using ProgressDB openedge ODBC connection in a Data App(.NET).
I am using a simple SQL query below
select "Date" from PUB.Table
Throws the following error
ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Invalid date value (7496).
Please suggest how to resolve this.