How can I set param isc_dpb_no_garbage_collect

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
eduardorocha82
Posts: 1
Joined: Wed 22 Nov 2017 13:31

How can I set param isc_dpb_no_garbage_collect

Post by eduardorocha82 » Wed 22 Nov 2017 13:35

I need to set the isc_dbp_no_garbage_collect parameter on the connection so Firebird does not garbage collect during the transaction.

Using the DBExpress driver, specifically in Delphi using TSQLConnection, how do I define this parameter?

Thanks

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

Re: How can I set param isc_dpb_no_garbage_collect

Post by ViktorV » Wed 22 Nov 2017 15:07

Currently, dbExpress driver for InterBase does not support setting the isc_dbp_no_garbage_collect parameter . If you want us to implement the feature, please post this suggestion at our user voice forum: https://devart.uservoice.com/forums/104 ... components If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Post Reply