Subsonic SQLite Multiple Files

Posted by Marcus Vinicius de LIma on Stack Overflow See other posts from Stack Overflow or by Marcus Vinicius de LIma
Published on 2010-05-12T20:58:49Z Indexed on 2010/05/15 16:54 UTC
Read the original article Hit count: 368

Filed under:
|

Hi,

I have an application that must be accessed for many users. To optimize the performance I intend to store each user profile information at a independant database file.

I need everytime a user login the application, to setup a new provider linked with his own database. All databases have the same structure. So while querying user the commom generated DAL classes must switch for the database file relative the the user.

Is there a way for configure SubSonic for doing that switch at runtime?

Thanks.

© Stack Overflow or respective owner

Related posts about subsonic

Related posts about sqlite