Typed Datasets From Stored Procedures and Web Service Support

Posts   
 
    
sprugh
User
Posts: 1
Joined: 22-Dec-2005
# Posted on: 22-Dec-2005 17:48:36   

We have a large quantity of stored procedures that we would like to expose in a typed way.

I downloaded the trial and tried generating a few. The generated code gives us a simple retrieval of a DataSet.

Is there support also for Typed Datasets from stored procedures? In particluar, we would then like to expose these types across a web service boundary and generate that also.

Are you guys working on Typed Dataset support from stored procs and generation of a Web Service layer?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 22-Dec-2005 18:00:24   

We're not actively developing templates for generating typed datasets from the resultsets returned from procs. The thing is that's hard to determine what the resultsets are, without executing the procs first.

Frans Bouma | Lead developer LLBLGen Pro