Thanks that was it:
Pooling=false;
added to connection string fixed it!
On Jul 1, 5:22 pm, Oskar Berggren wrote:
> Look up connection pooling (ADO.NET, below NHibernate) and how to turn
> this off for the Firebird ADO.NET driver. This is possibly a parameter
> in you connection string.
>
> /
Look up connection pooling (ADO.NET, below NHibernate) and how to turn
this off for the Firebird ADO.NET driver. This is possibly a parameter
in you connection string.
/Oskar
2009/6/30 theghost :
>
> Hi,
> As part of learning nhibernate i am trying to set up some basic unit
> tests. As part of