On 3/27/06, Lingala, Sadasiva <[EMAIL PROTECTED]> wrote: A few things to note here.
> Is this difficult or not possible? Either way, iBATIS or JDBC, you'll be writing the exact same code, because you are wanting to work with the JDBC metadata. > I like to find a solution as it provides uniform approach for entire DAO > layer. The purpose of a DAO layer is to make the API that the application sees consistent, regardless of the underlying technology used to implement it. It is not to make the underlying technology used to implement it consistent. > I can write some code if you can provide some pointers as to > how I can setup a Resultset handler. I am not sure that this interface is ever exposed. You can write a Typehandler...but I am still not sure that you will be able to get the data you need. Larry