|
In DOA and other component librarys for direct access exists light wheighted query component ... |
|
|
|
|
Sep 19, 2006 |
|
In DOA and other component librarys for direct access exists light wheighted query component. In DOA - TOracleQuery. Why NCOCI8 does not have one ?
You can use TOCIQuery like TOracleQuery, ie with minimal overhead. TOCIQuery was designed to be maximum efficient in executing such commands, as INSERT / UPDATE / DELETE and also SELECT. Also it is very simple in usage and in most like to TQuery. |