Subject RE: [firebird-support] How to read the "Memory buffers" size via SQL?
Author Leyne, Sean
> I must read the "Memory Buffers" parameter from the database using sql.

It is not possible to read from SQL. (It is *very unusual* request)


If you use Delphi as your programming language, it you be able to get the value through a call/method available from DB connection components (IBObjects, FIBPlus...).

The same function may be available for other client component sets (java client, .Net Provider) but you would need to post to the appropriate support list -- I don't know those details.


Sean