CatalogNameUsage Settings Question

Posts   
 
    
MarcoP avatar
MarcoP
User
Posts: 270
Joined: 29-Sep-2004
# Posted on: 05-May-2011 21:36:30   

Version info:

2.6 Final (2.6.9.903)

My application has two seperate LLBL projects (SQL Server and MySQL).

The SQL Server project already uses the app.configs CatalogNameToUse and CatalogNameUsage settings to override the database names.

How can I override the MySQL database names through the config file?

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 05-May-2011 22:13:03   

You should just be able to change the database name in the connection string for MySQL.

Matt