llblgen Free

Posts   
 
    
olivier
User
Posts: 1
Joined: 17-Nov-2008
# Posted on: 17-Nov-2008 16:15:15   

I would like to port my old code generated in "llblgen free" to the pro version ....

What's the best way to do that ... I would ideallly like to minimize the changes to my ASP.net projects and move to an SOA DAL. disappointed

Cheers ...

Olivier www.natural-solutions.eu

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39861
Joined: 17-Aug-2003
# Posted on: 18-Nov-2008 10:46:03   

I'm afraid things are very different in LLBLGen Pro. The main thing you'll run into is that in LLBLGen Pro we're not using datatables anymore for data storage, but entity classes.

You can add stored procedure calls to the llblgen pro project and generate call code for them to for example fetch data into a datatable. However the main power of llblgen pro is in entity usage, something you'll miss out if you're using just stored procs.

Frans Bouma | Lead developer LLBLGen Pro