> Hello:
> > I need to change cache size of embedded firebird from a configuration =
> > application (C#). =
> > The DefaultDbCachePages in firebird.conf file for the embedded DB is =
> > 6144 originally.  I tried fetching the value by =
>
> > FbServerConfig.DefaultDbCachePages. It always returns 0, even after I =
> > set FbServerConfig.DefaultDbCachePages to a different number, say 2000.
>
> I will try to review that, but, if i remember well not all the services =
> are available under the embedded server,
> could you check what hapens when using the standalone server, please ??
>
> Carlos Guzmán Álvarez

Hi Carlos,

I just noticed that my calls to get the number may not be correct (only 2 lines):

FbServerConfig config = new FbServerConfig();
config.DefaultDbCachePages = cachePageNumber;

I checked the help document and can't figure out how to specify a database (connection string) before calling config.DefaultDbCachePages. How can I do it?

Best,
Sean



Get your email and more, right on the new Yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to