There's no way to access the raw datareaders. A better design will be to use domain object on the Rainbow project and so permit using iBATIS.
-Gilles ----- Original Message ----- From: "Rahul Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 7:41 AM Subject: Congrats on a great product, and some questions. > Guys, > > I've been using iBATIS for a few of the things that I'm working on and > am going to suggest that we use it for our DAL in the open source > Rainbow Portal project. Currently Rainbow works exclusively with SQL > server and uses stored procedures. > > Using IBATIS XML map files, we can move our stored procs to the XML > file and make our system work with other databases. > > Most of Rainbow currently relies on DataReaders for read only views of > the information and are bound using DataLists and DataReaders. I know > that we can map the results to a Hashtable object but I was wondering > if there is a way to access the raw datareaders. > > Thanks, > Rahul