Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: ADTable component doesn\'t use indexes on server?
ADTable component doesn't use indexes on server?
Posted: 2007/09/27 10:35
 
The ADO components allow this, seems much fast than generating a new query everytime?
Re:ADTable component doesn't use indexes on server?
Posted: 2007/09/27 11:29
 
Hello

1) Use TADQuery. It will allow you completely control what is going on.
2) IMHO ADO TADOTable is doing exactly the same, what is doing TADTable. At least, I have seen the generated code many times use tracing tool.

Regards,
Dmitry