[nhusers] Re: newbie question what do i need to do to enable database deletion on unit test setup

2009-07-01 Thread theghost
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. > > /

[nhusers] Re: newbie question what do i need to do to enable database deletion on unit test setup

2009-07-01 Thread Oskar Berggren
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