When someone on a mailing list gives you sample code you can't always expect to be able to just copy and paste the code into your project and expect it to work perfectly. Have you tried searching on Google at all? What are some of the search terms you've been using?
If I were you, I would focus on getting it working using just the System.Data interfaces (IDbCommand, IDbConnection, etc.) then worry about integrating your code with IBatisNet. --- Habib Ahmed Qureshi <[EMAIL PROTECTED]> wrote: > I am unable to find what is 'IsOutputCursor' :/ > I am checking with only DBType.Object, if it works alone then I come > back > here soon. > I am worried, I have to write ORACLE Data Client (dotnet) code > itself. >

