Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: TOCITable
TOCITable
Posted: 2000/08/18 15:53
 
Nice Work Dmitry!

I wrote a database filler prg and now i tried to switch my old inbuilt delphi comps to your ones. But unfortunatelly i cant .

I need a table component, coz i need to use editkey, gotokey positioning insite tables. I tryed to use the inbulit TTable comp to conn your TOCIDatabase but i failed.

Do u plan to implement a TOCITable comp?
Or is there any way to conn the inbuilt TTAble comp to your TOCIDataBase?

Thanx for your answer,
MooN

RE: TOCITable
Posted: 2000/08/20 20:07
 
Hi MooN !

I have plan to implement TOCITable. But this component will be more for compatibility with BDE data access components.

TTable is incompatible with TOCIDatabase. Instead TOCIDatabase you must use TDatabase.

I think, it will be better (there are a lot of reasons) to use TOCIQuery instead of TTable/TOCITable. For that you must use SQL, Params properties. Also for locating particular record in dataset, you should use Locate method.