Hi all,
I have an UniQuery component (Oracle in direct mode against a 9.2 DB) with this SQL statement:
select blob_field from risdba.referti where triage_fk in (
select pktriage from risdba.triage where impegnative_fk in (
select pkimpegnative from risdba.impegnative where placer_order_number = :ord_ins
))
and tiporeferto = 90
The ord_ins parameter is a string, and in code i test the blob_field. If it is not null i save it in a file.
In 2.5 I have this problem:
if I set the parameter in code, then the dataset appears to be full but the blob field appears to be NULL even if it is not. The query worked well in 2.0.
Any advice ?
TIA
Claudio Duffini