I have an object (Cart) which have a one-to-one relation to a Case. This relation is allowed to be null and is lazyloaded.
Is there any way to pass dynamic column names ? we can pass values ussing ## value# Where #columnName# = #value#
My application is using the iBATIS.NET Data Mapper version 1.6.3.A recent modification is causing a SqlException and I would like to see the query that it is trying to execute, so I added the followin
I am attempting to insert a record in an Oracle table with a Function, which would be called through iBatis.NET. Function works as expected in Oracle when called directly.
I am currently using iBATIS.NET for a small application I am building. I like to create concrete Classes for my DAOs instead of using ISqlMapper directly and invoking named SQL statements. I am not us
I have the map config file like this <sqlMap ..............> <alias> <typeAlias ......../>
i have this procedure statement <procedure id=\"InsertIOs\" parameterMap=\"InsertIOsParams\"> SP_InsertIOs
How can I retrieve the return value of a stored procedure using iBatis.NET?The below code successfully calls the stored procedure, but the QueryForObject<int> call returns 0.
Is there active development going on IBatis.Net DataMapper? Do they have version for .Net 3.5. I saw lots of activity on iBatis Java DataMapper as they are planning to release iBatis3 with annotation
The project has been working fine in 2003 but when opening it in 2008 we now get the below error.I\'ve tried ripping all of the code out of the \'Accessory\' result map and then it just goes onto the