Hello
I do use a registered DOA version in my Delphi application, and do experience errors with Oracle 21.
Error 1:
: Type mismatch for field '', expecting DateTime actual: WideString
The is a TIMESTAMP(6) in a table that also has three CLOB fields.
Happens when I query from my Delphi application:
select , field2, field3, .... from
Error 2:
A query with LOB's requires OCI8 mode, but OCI7 mode is used
Happens when I query the same table from my Delphi application:
select t.* from t where t.rowid = chartorowid ....
DOA version:
4.1.3.5
Oracle Client:
11 and 19 (both 32 bit) - have not tried others
Oracle DB version:
21.3.0.0.0
Delphi:
10.1 (Berlin)
At your disposal for further info
Please advise
best regards
Altin
I do use a registered DOA version in my Delphi application, and do experience errors with Oracle 21.
Error 1:
: Type mismatch for field '', expecting DateTime actual: WideString
The is a TIMESTAMP(6) in a table that also has three CLOB fields.
Happens when I query from my Delphi application:
select , field2, field3, .... from
Error 2:
A query with LOB's requires OCI8 mode, but OCI7 mode is used
Happens when I query the same table from my Delphi application:
select t.* from t where t.rowid = chartorowid ....
DOA version:
4.1.3.5
Oracle Client:
11 and 19 (both 32 bit) - have not tried others
Oracle DB version:
21.3.0.0.0
Delphi:
10.1 (Berlin)
At your disposal for further info
Please advise
best regards
Altin