Subject Re: [IBO] How to specify cache (buffer) size
Author Eyal
Jason Wharton wrote:
>

> You may need to learn how to use the API and customize the DPB
> (database parameter block) when connecting to a database. There
> is an event called OnCustomizeDPB that you can use to add
> commands to this string of bytes that give the server specific
> instructions upon connection. See the API reference manual for
> instructions on how to add DPB items.

I'll look into that.

What about Params[IB_BUFFERS] - isn't it what I need?

And... maybe you can just surface the cache size property?

Thanks,

Eyal.