is there a method TIBCQuery.DeleteRecordFromClientBuffer ?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
OWurdak
Posts: 5
Joined: Mon 18 Nov 2013 08:46

is there a method TIBCQuery.DeleteRecordFromClientBuffer ?

Post by OWurdak » Mon 24 Aug 2015 09:12

Hello

I need a method to delete a record from the clientbuffer. (usually the current record)
The background: I execute a time consuming query and the user can edit a record so I know it wouldn´t fulfill the where clause anymore. So I want to delete the record from the buffer that it vanishes from the grid without to refresh the whole query (performance reason).
In IBObjects there is a TIB_Query.DeleteBufferRowNum method that has this functionality.

Regards
Oliver Wurdak

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: is there a method TIBCQuery.DeleteRecordFromClientBuffer ?

Post by ViktorV » Tue 25 Aug 2015 11:17

Currently, IBDAC doesn't support this functionality.
If you want us to implement the feature, please post it at our user voice forum: https://devart.uservoice.com/forums/104 ... e-firebird. If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Post Reply