Question
EY
IN
Last activity: 27 Apr 2022 11:42 EDT
PostgreSQL Date Column - Unknown JDBC Datatype
We are using PRPC 8.6 and PostgreSQL 11.13.
While saving a record in an external (CustomerDATA) postgresql database, date column is throwing following Exception -
Database column sy***_cre***_dt in database customerdata, table ************* has an unknown type: JDBC Type: Date.
PRPC 8.1 was not supporting date column for PostgreSQL as per PDN, has it been resolved in 8.6?
If not, what is the workaround.
We have already tried converting the Property to text, Date and DateTime.
We can not change the DB column type as this is an Customer Enterprise wide used DB.
***Edited by Moderator Marije to change Type from Discussion to Question***