I have a problem with settings of the query execution timeout with TADOQuery, TADOCommand or TADODataSet (I\'ve tried it with each one). I have a tiny application, which connects to the database and p
The scenarios is like this: We have some SQL table. We are performing an SQL query on this table and we have results in TADOQuery object.
I am getting this error while resolving delete operation from ClientDatset to TAdoDataset (which bound to access table). I am using Delphi 2010.