Re: Cannot Modify Field in Client Side
From: Bill Todd (no_at_no.com)
Date: 12/21/04
- Next message: Gary Lafferty: "problem with Timeout Expired""
- Previous message: Jeff Dyer: "Re: Cannot Modify Field in Client Side"
- In reply to: S-Lotfi: "Cannot Modify Field in Client Side"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Dec 2004 06:49:04 -0800
1) Since this is a join query you must write an OnGetTableName event
handler for the DataSetProvider and set the name of the table you want
to update.
2) You must set the ProviderFlags on the ADODataSet, not the
ClientDataSet.
3) For all of the fields in the table you are not updating you must set
the ProviderFlags pfInWhere = false and pfInUpdate = false.
-- Bill Todd (TeamB) TeamB cannot answer questions received via email
- Next message: Gary Lafferty: "problem with Timeout Expired""
- Previous message: Jeff Dyer: "Re: Cannot Modify Field in Client Side"
- In reply to: S-Lotfi: "Cannot Modify Field in Client Side"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|