Re: TADOTable Error without persistent fields



Cristian,

What is the target database? If it is a RDBMS like MSSQL, then don't use
the TADOTable component.(or any table-based component). Use the
corresponding set-based components (ex. TADODataSet).

http://bdn.borland.com/article/0,1410,28160,00.html
http://www.logicfundamentals.com/pages/BrowsingLargeTables.aspx
http://www.logicfundamentals.com/pages/TablesVsQueries.aspx

Good luck,
krf

"Cristian" <cpetro@xxxxxxxxxxxxxxx> wrote in message
news:42b98d19@xxxxxxxxxxxxxxxxxxxxxxxxx
> Yes, that is the name of an Index in the table.
> there is something extrange in this. For instance my tabe name is CU____
it
> has only one index named CU____PK. If i check the IndexName property i get
> two indexes: CU____PK and ADOTable1IndexXX (XX because each time i check
it
> i get one diferent number that increase in pairs 2,4,6, 8 etc.).
>
> Cristian
>
>


.