I store files in Oracle BLOB field. The files are large.
From the program, written on Delphi, I select data using DOA component
TOracleDataSet.
Can I show a progress bar and display amount of bytes, received from
server and total amount of bytes during fetching one record?
I don't use threads.
From the program, written on Delphi, I select data using DOA component
TOracleDataSet.
Can I show a progress bar and display amount of bytes, received from
server and total amount of bytes during fetching one record?
I don't use threads.