Hi.
I'm developing a small 64-bit application with Postgresql 15 and, usually, at intervals
I make a new copy of the application directory as a backup.
In a data module of the application I have a TPQConection, a TSQLTransacion, a TSQLQuery
and a TDataSource.
The application shows the dates in the grid correctly.
A few days ago I found that the data grid shows all date columns in all table rows
with 12-31-9999 date instead of the correct date.
Moments ago I found that also the integer columns have strange wrong values in all rows.
In the last backup the date in the application grid is correct.
I can't recall I made any changes in the data module.
Even executing the SQL in the TSQLQuery SQL little window shows the same wrong date.
Trying to resolve the problem I installed the latest version of CT and replaced all the
Postgresql libs in the application and in the CT directory.
Does someone can help me, please?
Dias Costa