Automation of the generation process

Posts   
 
    
bvalle
User
Posts: 54
Joined: 07-Jun-2006
# Posted on: 11-Oct-2007 14:45:06   

Hello LLBLGen Pro people

I need a pointing of direction, because right now I do not know where to start.

I need to create a little application that will basically auto generate LLBLGen Pro Generated code. I am thinking of calling something like setup.exe and when called it will go to a database on a server and run LLBLGen Pro against it, add all the tables, store procedures and views and generate them.

Could you please point me to a starting point?

Thank you, BFV

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 11-Oct-2007 15:21:05   

Download LLBLGen Pro SDK package and check the source code of the Command Line Tools (CLIRefresher & CommandLineGenerator).