Re: IbatisNet,Ibatis DataAccess and Connection Pooling

2010-05-10 Thread Juan Pablo Araya
We use two SqlMap.configs in this case, and two Mapper class, based on: http://ibatis.apache.org/docs/dotnet/datamapper/ch04s04.html Under the InitMapper() method, we set the direction of the sql for one or another config: -- For MapperFirst.cs--- protected static void InitMapper()

Re: IbatisNet,Ibatis DataAccess and Connection Pooling

2010-05-10 Thread Michael McCurrey
Your connection pooling should be handled through your ado.net connection string; both SQL Server and Sybase have configuration options for this. I personally use the Castle project for my IOC framework and it works really well. On Mon, May 10, 2010 at 2:10 AM, Chetan V Minajagi < chetan.v.minaj