1 adapter, 1 Self Service and 1 project

Posts   
 
    
silat
User
Posts: 57
Joined: 24-Mar-2006
# Posted on: 16-Oct-2006 14:01:43   

Hello All,

Below is my need: - I am having a DAL done using LLBL Self Service - I am having another DAL using LLBL Adapter

These 2 different DAL are accessing different database.

I would like to be able to manipulate these two DAL, from a winform project.

Does any body has a clue? What do I have to put in my app.config.

Cheers,

Silat

Jessynoo avatar
Jessynoo
Support Team
Posts: 296
Joined: 19-Aug-2004
# Posted on: 16-Oct-2006 15:27:09   

Hi,

Provided you specified different root namespaces, you should be fine using the two DALs.

By default, the generators creates and uses "Main.ConnectionString" as the app.config key. So if you didn't personalize that in your projects properties from within the designer, you may have a conflict there.

If you can't afford to regenerate, you can still pass the connection string at instanciation time with your dataacessadapter.

Cheers