[Firebird-net-provider] I/O error or Internal gds error when running many threads

2006-08-07 Thread firebird tmc
Hi,I have a thread repeatly running stored procedures to insert and update tables. When I run 100 instances or more of the same thread, sometimes when starting the application I received the following exception, either the first or the second:1. FirebirdSql.Data.FirebirdClient.FbException: I/O erro

[Firebird-net-provider] How to change cache size (DefaultDbCachePages)

2006-10-04 Thread firebird tmc
Hellow there,   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

Re: [Firebird-net-provider] How to change cache

2006-10-06 Thread firebird tmc
> 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