Hello Community,
i have one problem with llblgen in a compontent architcture. I have a vertical component who access to an database, but i don't know the name of the database. LLBLGen generate code who take the catalog info in the sql-statement eg
[mydatabase].[dbo].[myTable]
Is it possible to deactivate the catalog part in an generated sql statement.
I found a config-file- solution
<add key="CatalogNameUsageSetting" value="1"/>
add key="CatalogNameToUse" value="MyProductionCatalog" />