Creating connection

2006-11-02 Thread SBP
Hi, I am new to Ibatis. For connection instead of specifying in the xml file , can i pass the the connection object while creating the connetion. Some thing like this in Hibernate : Session session = _factory.openSession(myConnection); please help. regards, Subhash -- View this message

Mutiple database

2006-11-02 Thread SBP
Hi, I am new to ibatis. How will I select from two different data bases. if any body have some links or codes please share. I need to implement in my project. Thanks in advance Subi -- View this message in context: http://www.nabble.com/Mutiple-database-tf2559446.html#a7132558 Sent from

Complex collection properties w/ stored procedures

2006-11-02 Thread Reina Ehrenbogen, Alejandro
Hello, I'm trying to do just as in page 36 of the dev manual: sqlMap namespace=SQL.procedimientos resultMap class=com.ibermatica.nia.db.ProcedimientoAlmacenado id=get-procedimientos result property=nombre column=ROUTINE_NAME/ result

[NOTICE] Intending to release 2.2.1

2006-11-02 Thread Clinton Begin
Hi everyone,I would like to release iBATIS 2.2.1 by the end of the weekend if possible. It's a pretty significant release, probably more than just a X.X.1 releasewe could call it 2.3 if you think that would be more appropriate. The changes so far are:o DEPRECATED All PaginatedList related

[jira] Created: (IBATISNET-193) N+1 Select resolution

2006-11-02 Thread Gilles Bayon (JIRA)
N+1 Select resolution - Key: IBATISNET-193 URL: http://issues.apache.org/jira/browse/IBATISNET-193 Project: iBatis for .NET Issue Type: New Feature Components: DataMapper Affects Versions: DataMapper 1.5.1

RE: Mutiple database

2006-11-02 Thread Min Hui
Hi everyone, I am newbie to iBatis and have some problems when developing it with an ASP.NET application which allowed user to access multiple databases due to static instance of iBatis.Mapper In my project, user can login and choose the server database (SQL Server) that he/she wants to access