Hi everyone, I need to get a recordcount on an Oracle 8i database table.
I am using the folowing:
Adodc1.RecordSource = SQLEditor.Text
Adodc1.Refresh
However before the Adodc1.Refresh routine I would like to inform the user that
the data is being retrieved and it will be only a short amount of time before
they can continue. A Progressbar indicator or something would be visually helpful
for the users. I am reading up on the FetchProgress but have no examples to use,
nor do I know if I can use this in this case.