Using database schemas

Posts   
 
    
wpfeffer
User
Posts: 11
Joined: 07-Oct-2008
# Posted on: 12-Nov-2008 23:23:03   

I am using LLBLGen Pro v2.6 Final

I have 4 different schemas in a database, each schema has a table named Status. When LLBLGen retrieves the catalog from the database it names those 'Status' entities as Status, Status, Status_ and Status___, is there a way to tell LLBLGen to use the db schema names as part of the naming of these entities? Currently I am going through and changing these by hand.

Thanks

Wayne E. Pfeffer

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 13-Nov-2008 04:43:10   

Hi Wayne,

You could write a plugin for that simple_smile If you download the LLBLGen Pro SDK source code at Customer area, you will find the code for some plugins you could use to build your own, and a SDK manual as well.

David Elizondo | LLBLGen Support Team