 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
borland Guest
|
Posted: Mon Nov 24, 2003 9:06 am Post subject: Get Delta Record UpdateKind through ClientDataSet |
|
|
Hi,
ClientDataSet1.Edit;
ClientDataSet1.Fields[2].AsInteger := 0;
ClientDataSet1.Post;
ClientDataSet1.Next;
ClientDataSet1.Delete;
ClientDataSet1.Append;
ClientDataSet1.Fields[0].AsInteger := 1;
ClientDataSet1.Post;
After Data Update, How can I access Record UpdateKind in
ClientDataSet1.Data
Or ClientDataSet1.Delta.
I need to make SQL text.
Rich.net
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|