I am a little bit confused about multiple databases ...

Posts   
 
    
Rushmore
User
Posts: 125
Joined: 27-Jan-2005
# Posted on: 29-Sep-2006 16:15:34   

Hi,

do I have only take care about the DataAccessAdapter? What about the entities etc.?

For example:

I have two LLBLGen projects, DAL.Foxpro, DAL.SqlServer. Both projects deals with the same database structure (tables, columns, datatypes etc.).

I have created a class which returns IDataAccessAdapter for the choosen dbms.

But which entity classes, helper class etc. must I instantiate from which LLBLGen project? Or do I have to wrapper each entity?

Regards, Carlo

LLBLGenPro Version 2.0 (13th September 2006) Runtimelibraries (23th September 2006) Templates (23th September 2006)

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 29-Sep-2006 17:24:43   

Just use any one of the DBGeneric projects. (They should be identical and they don't depend on the underlying database... hence the name)

Rushmore
User
Posts: 125
Joined: 27-Jan-2005
# Posted on: 30-Sep-2006 01:47:04   

Walaa wrote:

Just use any one of the DBGeneric projects. (They should be identical and they don't depend on the underlying database... hence the name)

I give it a try! Thank you

Regards, Carlo