Jump to content

Stephanus Kusuma

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Stephanus Kusuma

    TADODataSet, editing, insert, delete.

    Check
  2. Stephanus Kusuma

    TADODataSet, editing, insert, delete.

    I think I know, TADODataSet.CommandType is the one that you should check.
  3. Stephanus Kusuma

    TADODataSet, editing, insert, delete.

    Dear Praxis, I've been using Delphi for years. Only recently I tried to use ADO. I have some questions concerning TADODataSet, Few times ago, when using TQuery, I have to implement its UpdateObject property to manipulate table. Now, I have a problem with TADODataSet. There's no such update object in TADODataSet. Should I implement update table in TADODataSet.AfterPost and TADODataSet.AfterDelete event? And how can I differentiate Insert or Delete operation in TADODataSet.AfterPost ? Thank you very much in advance. Stephanus.
×