TIBCConfigService.SetPageBuffers in Firebird 2.5

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
delphiman
Posts: 9
Joined: Mon 27 Jul 2020 18:11

TIBCConfigService.SetPageBuffers in Firebird 2.5

Post by delphiman » Thu 25 Mar 2021 13:41

Hello how are you?

Doesn't this method work on Firebird 2.5? I'm using IBDAC version 7.1.2 in Delphi XE.

In tests, I run it, but the buffer page is not changed and also does not generate exceptions.

I identified in the class documentation that apparently this method would only work in Interbase, is that correct?

https://www.devart.com/ibdac/docs/devar ... int32).htm

Note by documentation: You sould install InterBase 6 to use this feature.

Is there another way via IBDAC to change the buffer page?

Thanks.

delphiman
Posts: 9
Joined: Mon 27 Jul 2020 18:11

Re: TIBCConfigService.SetPageBuffers in Firebird 2.5

Post by delphiman » Thu 25 Mar 2021 14:02

Hello, I am replying to my own topic because I have identified the solution.

The SetPageBuffers method works normally in IBDAC, it is only necessary to restart Firebird after calling it.

Everything is alright.

I will leave the topic registered anyway for reference if other users also have this question.

Best Regarts.

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: TIBCConfigService.SetPageBuffers in Firebird 2.5

Post by oleg0k » Thu 25 Mar 2021 20:12

Hello,
Glad to see that the issue was resolved.
Feel free to contact us if you have any further questions about our products.

wbr, Oleg
Devart Team

Post Reply