Subject | Re: [IBO] Applyupdates doesn't work (TDataSetProvider+TClienteDataSet+TIBOQuery) |
---|---|
Author | bernardoisaac |
Post date | 2006-12-26T21:15:33Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
I have RequestLive true and KeyLinks to KeylinksAutodefine
(CUSTOMER.CUST_ID)
>tecnology,
> At 09:55 AM 23/12/2006, you wrote:
> >Hi, Iam developing a 3-tier app. Although I'm new in this
> >i.velinked
> >developed several client/server apps.
> >
> >This is the scenario: in the middle-tier I 've a DataSetProvider
> >tode
> >an IBOQuery and in the client side I 've TClientDataSet linked to
> >DataSEtProvider.it
> >
> >The problems is that when I fire ClientDataSet1.ApplyUpdates(-1),
> >doesntupdate my interbase table.well.
> >
> >I've tried using a TTable conected to a Paradox Table and it works
> >or
> >What could be happening?
> >some especial property i shoud set in TIBOQuery, TDatasetProvider
> >TClientDataSet???and
>
> 1. What is the SQL for the query?
>
> 2. If it is a single-table SELECT, do you have RequestLive true
> KeyLinks properly set?whether they work?
>
> 3. If it is a multi-table SELECT, do you have XxxxSQL properties
> defined and proper KeyLinks, and have you tested them to see
>select * from customer where CUST_ID = :CUST_ID
> Helen
>
> 1. What is the SQL for the query?
> 2. If it is a single-table SELECT, do you have RequestLive trueand > KeyLinks properly set?
I have RequestLive true and KeyLinks to KeylinksAutodefine
(CUSTOMER.CUST_ID)
> 3. If it is a multi-table SELECT, do you have XxxxSQL propertieswhether they work?
> defined and proper KeyLinks, and have you tested them to see