LLBLGenDataSource Control and Multi-Tenant Architecture

Posts   
 
    
pandu avatar
pandu
User
Posts: 86
Joined: 18-May-2006
# Posted on: 06-Oct-2006 06:20:08   

Hi:

I am trying to use Multi-Tenant Architecture where the databases are separated and accessed based on TenantID (SaaS Model).

Since the DataAccessAdapter accepts the connectionstring, there is no problem using the LLBLGenDataSource Control with LivePersistance = False.

But what about LivePersistance = True? How do we handle this scenario?

Any thoughts are appreciated.

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 06-Oct-2006 07:03:56   

You should use the LLBLGenProDataSource2.AdapterToUse property.

pandu avatar
pandu
User
Posts: 86
Joined: 18-May-2006
# Posted on: 06-Oct-2006 13:44:24   

Walaa wrote:

You should use the LLBLGenProDataSource2.AdapterToUse property.

Thank you. That will do it. simple_smile