| View previous topic :: View next topic |
| Author |
Message |
Jens Dein Guest
|
Posted: Tue Sep 21, 2004 8:01 am Post subject: TSQLClientDataset fetching primary index : error |
|
|
When using a TSQLClientDataset to open a query that does not contain the
primary index fields I get an error that the primary index field doen not
exist.
As far as I can see this is because the dataset automatically tries to build
an index like the primary index in the database - in this case though this
is an unwanted feature as the select only does a query on the sum of
specific fields.
Is there a way to turn this "feature" off??
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Tue Sep 21, 2004 1:40 pm Post subject: Re: TSQLClientDataset fetching primary index : error |
|
|
Do not use TSQLClientDataSet. It has been deprecated. Use separate CDS,
DSP and dataset components.
--
Bill (TeamB)
TeamB cannot answer questions received via email
Jens Dein wrote:
| Quote: | Is there a way to turn this "feature" off??
|
|
|
| Back to top |
|
 |
|