disconnect model

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

disconnect model

Post by inageib » Fri 22 Jul 2016 21:25

Hi,

Using IBDac components is there a way to make an application connect to database then return data then disconnect while data still remain appearing and can be scrolled in dbgrid component and only connect again if I need to do insert, delete or edit ? how I can do that ?

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

Re: disconnect model

Post by ViktorV » Mon 25 Jul 2016 09:16

Yes, IBDAC allows to implement the behavior you need. For this, you should use Disconnected Mode. More details can be found at https://www.devart.com/ibdac/docs/?work ... ctmode.htm

Post Reply