Debug the class? IBatisNet has had support for logging all sql and parameters sent to the database since March 2004 (see IBATISNET-35). What version of IBatisNet are you using? The logging was improved about 4 weeks ago to allow selective logging of statements i.e. only Insert and Delete statements are logged and/or only Update statements from the User namespace are logged.
--- agcunha <[EMAIL PROTECTED]> wrote: > > Yes, you should debug the class : > IBatisNet.DataMapper.MappedStatements.MappedStatement on method : > ExecuteInsert > > To do it, use NUnit and VS. > > Anderson > > > Em (12:27:09), [email protected] escreveu: > > > >Hi, anybody knows if exists a way to see the sql code > >executed when I do a call to the Insert method of the > >sqlMap? > > > >thanks, > >Angel > > > >______________________________________________ > >Renovamos el Correo Yahoo! > >Nuevos servicios, más seguridad > >http://correo.yahoo.es > > > >---------- > > > > >

