Local Database Cache

Posts   
 
    
dcarapic
User
Posts: 60
Joined: 21-Dec-2007
# Posted on: 25-Mar-2009 13:39:35   

Hello, Is it possible to use LLBLGenPro with Local Database Cache mechanism introduced in .NET 3.5. If not, is there some other way that we could use to enable offline work with LLBLGen pro.

Regards, Dalibor

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 25-Mar-2009 14:41:12   

"Local Database Cache"

I'm not familier with the term, would you please elaborate in more details.

dcarapic
User
Posts: 60
Joined: 21-Dec-2007
Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 25-Mar-2009 16:43:24   

That's not supported by LLBLGen pro out of the box.

But LLBLgen pro supports SQLCe desktop. Please check:SqlServer specific: SqlServer CE Desktop support

You ill have to switch the connection string at runtime to retrieve data from the local database rather than the main one.

Also you'll have to manage data synchronization.