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
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
> 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