DatabaseSpecific

Posts   
 
    
Maris
User
Posts: 7
Joined: 17-Apr-2023
# Posted on: 24-Apr-2023 17:30:45   

I have: Project.DatabaseSpecific {DatabaseSpecific <--generated by llblgen} I want: Project.MyDatabaseSpecificName {MyDatabaseSpecificName<--Defined by me}

How to manage that?

Maris
User
Posts: 7
Joined: 17-Apr-2023
# Posted on: 24-Apr-2023 17:37:03   

Maris wrote:

I have: Project.DatabaseSpecific {DatabaseSpecific <--generated by llblgen} I want: Project.MyDatabaseSpecificName {MyDatabaseSpecificName<--Defined by me}

Is it Project - Settings - LLBLGen Pro Runtime Framework - Template group specific, Adapter - Adapter db generic sub folder name

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39616
Joined: 17-Aug-2003
# Posted on: 24-Apr-2023 18:31:23   

Hi, the folder name is used to place the generated code in, the project name is created using Project<Suffix> so you can specify the suffix for both dbgeneric and db specific (as well as the namespaces) in the Project - Settings - LLBLGen Pro Runtime Framework - Template group specific, Adapter indeed, the Adapter db generic project file suffix setting and the Adapter db specific project file suffix setting

Frans Bouma | Lead developer LLBLGen Pro