Re: TADOTable Error without persistent fields
- From: "Kevin Frevert" <kevin@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 11:32:00 -0500
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
>
>
.
- Follow-Ups:
- Re: TADOTable Error without persistent fields
- From: Cristian
- Re: TADOTable Error without persistent fields
- References:
- TADOTable Error without persistent fields
- From: Cristian
- Re: TADOTable Error without persistent fields
- From: Brian Bushay TeamB
- Re: TADOTable Error without persistent fields
- From: Cristian
- Re: TADOTable Error without persistent fields
- From: Brian Bushay TeamB
- Re: TADOTable Error without persistent fields
- From: Cristian
- TADOTable Error without persistent fields
- Prev by Date: Re: Row level locking when using ADO Query
- Next by Date: Re: TADO vs. TQuery
- Previous by thread: Re: TADOTable Error without persistent fields
- Next by thread: Re: TADOTable Error without persistent fields
- Index(es):