Subject | How to insert or delete record to TIB_Query's internal buffer ? |
---|---|
Author | Kamlesh |
Post date | 2003-07-10T17:46:25Z |
Dear Friends,
how to insert or remove record directly to and from the record buffer of
TIB_Query
when any user insert , update or delete any records my application gets an
message regarding that operation with ID ( key field value - PK) of that
record.
now how can i refresh just that perticular record using that Record ID(PK) ,
so that query doesnt have to fetch all records ( or keys ) to just to
refresh one(inserted or deleted) record
Thanks
Kamlesh
how to insert or remove record directly to and from the record buffer of
TIB_Query
when any user insert , update or delete any records my application gets an
message regarding that operation with ID ( key field value - PK) of that
record.
now how can i refresh just that perticular record using that Record ID(PK) ,
so that query doesnt have to fetch all records ( or keys ) to just to
refresh one(inserted or deleted) record
Thanks
Kamlesh