Options other than datasets returned from Proc calls?

Posts   
 
    
SteveB
User
Posts: 15
Joined: 25-Jan-2006
# Posted on: 04-May-2006 15:38:55   

We're wrapping existing Oracle procs using LLBLGen and then transferring the results from the Dataset into a business object in a DAO class. Is there a way to do this besides using the returned Datasets? Can I get a datareader back to read through?

Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 04-May-2006 16:17:29   

In v2 we've implemented this feature indeed: fetch a datareader and do whatever you want with it, including projecting it directly on classes of your choice.

Please check the beta-bits of v2 in the customer area -> Betas section.

Frans Bouma | Lead developer LLBLGen Pro