What version of IBatisNet are you using? What version of the DB2 provider are you using? There was an issue a long time ago with with the ICloneable interface that has since been fixed:
http://issues.apache.org/jira/browse/IBATISNET-46 Another user on the list uses DB2 and IBatisNet. - Ron --- "Potter, Christopher" <[EMAIL PROTECTED]> wrote: > Hi There. > > > > I'm just beginning to use IBatis.Net. I really appreciate your > effort > on providing this framework. I'm having a problem when trying to use > a > DB2 .Net Data Provider. The IDbCommand implementation for this > Provider > does not implement the ICloneable interface. It seems assuming that > any > IDbCommand implementation will implement the ICloneable interface is > not > sound as there doesn't appear to be anything that mandates this, i.e. > the IDbCommand interface doesn't extend ICloneable, etc. Am I > misunderstanding the issue? > > > > Thanks in advance for your response, > > Chris Potter > >

