Subject Connecting to FB is slow
Author Bas Gooijen
hello,

Connecting to FB is really slow, and i can't find out why, i'm using
the .net provider (v1.6.1.0) to connect to FB running at localhost.

my connectstring:

User=SYSDBA;Password=masterkey;Database=C:\SomePath\SomeDB.FDB;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=;Connection
lifetime=900;Pooling=true;Packet Size=8192

i want to use connection pooling, and i think the connect string is
set up for that ( according to the docs ).

any idea why it is so slow, and how i can make it faster?

TIA

Bas