Re: Update Paradox table with TADODataSet
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Tue, 30 Aug 2005 21:25:36 -0500
>I try to update a Paradox table using an TADODataSet that have a simple
>query. Is that posible? I'm getting the error: [Microsoft][ODBC Paradox
>Driver] Operation must use an updateable query.
>
>I know that this component is capable to update a table just like a TADO
>Table. Seems to me to be a limitation of ODBC Paradox Driver.
>
>The only way to make that simple update is to use a TADOTable?
Paradox queries are not normally updateable so it makes sense that ODBC would
not be able to update a query. The Microsoft ODBC driver for Paradox just uses
BDE.
You can set AdoDataset.commandType to cmdTable but that basically gets you the
functionality of a TadoTable.
Paradox and ADO are not a good combination.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Update Paradox table with TADODataSet
- From: ArminioA
- Re: Update Paradox table with TADODataSet
- References:
- Update Paradox table with TADODataSet
- From: ArminioA
- Update Paradox table with TADODataSet
- Prev by Date: Re: 'Insufficient info' to refresh detail tables
- Next by Date: DBF tables
- Previous by thread: Re: Update Paradox table with TADODataSet
- Next by thread: Re: Update Paradox table with TADODataSet
- Index(es):
Relevant Pages
|