Top "Tadoquery" questions

ADO components CommandTimeout

I have a problem with settings of the query execution timeout with TADOQuery, TADOCommand or TADODataSet (I've tried it with …

delphi timeout ado tadoquery tadodataset
Delphi Performance: Reading all values under a field in a dataset

We're trying to find out some performance fixes reading from a TADOQuery. Currently, we loop through the records using 'while …

performance delphi list tadoquery
How to pass parameters to an ADOQuery object?

I am using ADOQuery in Delphi 7 and Oracle. I am getting error while passing parameters to ADOQuery. I have used …

delphi tadoquery