Subject | Key Links, etc |
---|---|
Author | Lee Jenkins |
Post date | 2004-10-25T21:58Z |
Up until now, I've only used IBODataset (IBOQuery) for quick recordsets to
spin through in code, mostly readonly datasets. Now, I'm trying to site
them on a data module for a project and use them in a more "traditional" way
for scrollable datasets with bound db controls and I am having a dickens of
a time with them. Sometimes, I get "can't determine which record to
delete". Can't remember that exact error, but it has to do with the
components not being able to distinguish the record using the PK to update
or delete it.
Where can I find information on setting these up to do? In IBX, it was so
easy, now I'm at a loss to configure IBOQuery to do the same.
Thanks a bunch,
Lee Jenkins,
spin through in code, mostly readonly datasets. Now, I'm trying to site
them on a data module for a project and use them in a more "traditional" way
for scrollable datasets with bound db controls and I am having a dickens of
a time with them. Sometimes, I get "can't determine which record to
delete". Can't remember that exact error, but it has to do with the
components not being able to distinguish the record using the PK to update
or delete it.
Where can I find information on setting these up to do? In IBX, it was so
easy, now I'm at a loss to configure IBOQuery to do the same.
Thanks a bunch,
Lee Jenkins,