With $ioprint=63 there will be more information:
Uniface Reference > Messages Reference > I/O Message Levels
What happens using the sql script statement:
sql "select count(column_name) from table_name where column_name = '%%(L_VAR)'","ORA"
for example
select count(ULABEL) from UFORM where ULABEL='TESTSQL'
The delay is perhaps a hitlist being completed.
Regards
Peter
------------------------------
Peter Beugel
Rocket Internal - All Brands
Denver CO United States
------------------------------
Original Message:
Sent: 09-24-2021 06:22
From: Imran Pasha
Subject: selectdb performance issue
Thanks for your comments Iain.
I have set $ioprint=32 in asn file and restarted the application but though the query in discussion is executed it is not captured in message window. Below is how query looks
selectdb(count(column_name)) from "table_name" u_where(column_name.table_name = "%%L_VAR") to (L_COUNT)
There many other queries showing in the message window except above. application uses oracle database.