LLBLGen 2.6 -> 3.0

Posts   
 
    
Kodiak
User
Posts: 92
Joined: 13-Apr-2009
# Posted on: 16-Apr-2011 09:09:49   

Hi Everyone,

We've been using LLBLGen 2.6 for quite a while now and considering whether to make the move up to 3.0.

I'd be interested to hear peoples thoughts on what benefits there are as part of the move that make your everyday dev tasks easier/better/faster.

Kind Regards, Courtney

Kodiak
User
Posts: 92
Joined: 13-Apr-2009
# Posted on: 03-Feb-2012 04:40:39   

Interesting ... no one found it easier??

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39753
Joined: 17-Aug-2003
# Posted on: 03-Feb-2012 11:17:55   

This is more of a QA forum, so people come here to have a question answered, get their answer and then move on, i.e. don't really hang around in General Chat to answer all kinds of questions.

In v3 we added model first and a further disconnect between the entity model and the database model. If you strictly work database first, refresh, generate code, things got easier but there wasn't really much to improve, as things already were pretty easy. However, when you want to modify your database based on your model (which is the right way to do it), things become way easier in v3. With quickmodel for example, modeling the entity model directly during the interviews with a domain expert makes it very easy to go from initial research to model to generated code + database schema.

Of course other features in v3 like element search, attributes, configurable settings, integrated template editor etc. make things easier than in v2. Why don't you try it for yourself and see whether the new features (the designer was re-written from the ground up) fit what you're looking for.

Frans Bouma | Lead developer LLBLGen Pro
Bing Ping
User
Posts: 15
Joined: 21-Dec-2012
# Posted on: 21-Dec-2012 22:42:04   

There is no Retrieval Stored Procedure Calls in v3.0 Designer. How to add a stored proc with return value, such as a table?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 22-Dec-2012 05:06:13   

Bing wrote:

There is no Retrieval Stored Procedure Calls in v3.0 Designer. How to add a stored proc with return value, such as a table?

See the Step 3 of this documentation link.

A side note: please in the future open a new thread instead of re-opening old ones.

David Elizondo | LLBLGen Support Team