One of our base classes includes this code: public class BaseSqlMapDao : IDao {
protected SqlMapper GetLocalSqlMap() { return IBatisNet.DataMapper.Mapper.Instance(); } } --- "Bolinger, Gregg D" <[EMAIL PROTECTED]> wrote: > Can someone suggest the best way to store an SqlMapClient after it is > built so that it doesn't have to be done for every request. I am > using > iBatis in a wep app. > > > > Thanks. > > > > Gregg > >