RE: Sessions

2007-05-04 Thread Nguyen, Tom
Developer [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> From: Clough, Samuel (USPC.PRG.Atlanta) [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 7:03 AM To: user-cs@ibatis.apache.org Subject: RE: Sessions I be way off, but at first glance, isn&#

RE: Sessions

2007-05-04 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
hat it actually does. _ From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 5:44 AM To: user-cs@ibatis.apache.org Subject: Sessions Hi everybody. I got a little trouble with connections. First I will start with a brief description of my Application. I got a Class Li

Sessions

2007-05-04 Thread Dorin Manoli
I'll use Sessions I will save "precious" 13ms on each OpenConnection call. So I followecd example from iBATIS Maper manual. [C#] using ( IDalSession session = sqlMap.OpenConnection() ) { Account account = sqlMap.QueryForObject("GetAccountViaColumnName", 1) as Accou