I found a error when i execute a simple SQL statement in a TZQuery:
Code: Select all
select current_timestamp from dual
It can be a propertie from ZConnection to Oracle? The ZeosLib work's fine in Oracle 10.g?
Thanks to all.
Moderators: gto, EgonHugeist
Code: Select all
select current_timestamp from dual
Code: Select all
select TO_TIMESTAMP(TO_CHAR(current_timestamp, 'DD-MM-YYYY HH24:MI:SS'), 'DD-MM-YYYY HH24:MI:SS') from dual