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: iBatis.Net future release

2010-05-10 Thread Juan Pablo Araya
I also would like to contribute to iBatis in development. 2010/5/7 Andrew Osman : > How does one become a committer?  I would be interested in contributing. > > On Fri, May 7, 2010 at 8:36 PM, Michael Schall > wrote: >> >> Not discontinued, but in need of a leader.  I don't have the the time >> c

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

IbatisNet,Ibatis DataAccess and Connection Pooling

2010-05-10 Thread Chetan V Minajagi
Hi, We have an application where we need to connect to two different databases SQL server and Sybase. We feel using ibatisNet Data Access we can configure connections to these two datasources and will be able to have a nice way of seamlessly connecting to multiple homogenous databases. Also w