How to attach new database in existing llbl Code

Posts   
 
    
Posts: 97
Joined: 29-Apr-2009
# Posted on: 21-Sep-2009 14:55:44   

Hello All,

i have one database called : YCC

i have generate llblcode for this database, now i have create one database testing purpose called : YYC_Test

i have changed web.config and app.config connection string but it still take YCC database data.

please help for this problem.

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 21-Sep-2009 15:22:58   
Posts: 97
Joined: 29-Apr-2009
# Posted on: 22-Sep-2009 12:11:52   

Walaa wrote:

Please check Catalog name overwriting

Hi Walaa,

Thanks for your reply, well it is working fine for catalog. however i need to apply the whole connection string with new paramenters i.e. server name, Databasename,username,password etc. - all with new values.

how is it possible?

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 22-Sep-2009 12:27:29   

Connection string should be changed in your application config file, to change these information. Only for the catalog name you need to use the CatalogNameOverwrites, section.