Stored Procedure Wish.

Posts   
 
    
wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 25-Aug-2004 13:12:11   

Hi Frans

I want to add something to my wish list...wink

I want to be able to build a typed list or view or something from the result of Stored Procedures. So instead of only returning a DataTable / DataSet i want to work with an object that maps the properties to fields almost like collections and entities - but only for Read Access.

What do you think, Am i crazy or is this a legit request?

Wayne simple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 25-Aug-2004 13:52:42   

I'll add it to the todo (i.e.: fetch logic can contain a stored proc name)

Frans Bouma | Lead developer LLBLGen Pro
wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 08-Dec-2004 11:36:32   

What is the ETA on this request?

Will it be possible to return a collection? Something i can loop through?

Fabrice
User
Posts: 180
Joined: 25-May-2004
# Posted on: 08-Dec-2004 12:27:28   

I'll also use this thread to ask if there is an ETA on the user function feature ? Why not set a new thread like before, and put in all planned features (and possible ETA) ?

thanks

wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 08-Dec-2004 14:14:55   

I'll also use this thread to ask if there is an ETA on the user function feature ? Why not set a new thread like before, and put in all planned features (and possible ETA) ?

Hey!! I was here first stuck_out_tongue_winking_eye

Fabrice, i wrote a 3rd party add-on that allows you to call User Defined functions. - See 3rd Party section.

Fabrice
User
Posts: 180
Joined: 25-May-2004
# Posted on: 08-Dec-2004 15:26:36   

wayne wrote:

I'll also use this thread to ask if there is an ETA on the user function feature ? Why not set a new thread like before, and put in all planned features (and possible ETA) ?

Hey!! I was here first stuck_out_tongue_winking_eye

Fabrice, i wrote a 3rd party add-on that allows you to call User Defined functions. - See 3rd Party section.

Yes I see it But its for SelfServicing and I'm working with adapter But thanks for you work simple_smile

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 08-Dec-2004 17:22:05   

Fabrice wrote:

I'll also use this thread to ask if there is an ETA on the user function feature ? Why not set a new thread like before, and put in all planned features (and possible ETA) ?

thanks

The designer and core is updated in 2 phases, as one phase would take too long. First phase is scheduled for jan 2005, second for march 2005. First has core designer updates, second contains functionality updates.

The user functions are in the second phase.

The stored procedure usage for entity fetches is dropped from the list. I haven't made the list of features to implement public because I want the freedom to move around features between the phases and extend a phase if necessary without upsetting customers simple_smile

Function support and a lot of other stuff is coming, I hope to put as much features in the designer in the second phase as possible.

Frans Bouma | Lead developer LLBLGen Pro
Fabrice
User
Posts: 180
Joined: 25-May-2004
# Posted on: 08-Dec-2004 19:15:34   

Tanks for your reply!