Is there a way to use 2 LLBLGEN DALs in the same project?

Posts   
 
    
PaulUk
User
Posts: 3
Joined: 16-Nov-2009
# Posted on: 16-Nov-2009 15:48:45   

Is there a way to use 2 LLBLGEN DALs in the same project without conflict? e.g. setting CatalogNameToUse per project within the appsettings etc?

Thanks Paul

Walaa avatar
Walaa
Support Team
Posts: 14983
Joined: 21-Aug-2005
# Posted on: 16-Nov-2009 16:22:46   

You can use 2 DALs in the same project. Just make sure you use different values for each DAL's ConnectionStringKeyName property in the Designer's Project Properties.

So wach DAL can easily recognize its connectionString.

PaulUk
User
Posts: 3
Joined: 16-Nov-2009
# Posted on: 16-Nov-2009 17:07:27   

How about CatalogNameToUse - can i called that something different? in order to relate to individual projects

Walaa avatar
Walaa
Support Team
Posts: 14983
Joined: 21-Aug-2005
# Posted on: 16-Nov-2009 17:20:51