Re: Data Access Layer that allows Multiple Data Sources



Scott wrote:
Has anyone come across any elegant frameworks that allows writing to
multiple data sources? I'm looking for something that allows a typical
master data source for storing and retrieving data, but I'd also like
it to be able send select data to other datasources. IOW, the other
servers most likely wouldn't be a complete copy of the main data source.

As an example, we'd like to use this framework to maintain a separate
reporting server. Large reports can sometimes bog down our main
database server and it would be nice to be able to run these reports
off of a separate server that's in sync with the main server. Other
uses might be to maintain an auditing database (I work in a heavily
regulated industry) or accounting database (our customers own the main
data, but we may want to maintain a separate database of what
transactions have been processed so that we can charge them based on
use).

Sure, see http://www.llblgen.com :) Read data from oracle, change it, write it back in sqlserver, pull data from sqlserver A in context 1 and pull data from sqlserver B in context 2 etc.


		Frans

--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
.



Relevant Pages

  • Re: OLE DB connection string in SharePoint for Sybase ASA
    ... I wen to the Sybase site and found a reference to Connection String ... > where I WANT it to say Database Connections. ... > and up pops a Data Source Properties Window. ... > Server Error: An error occurred while retrieving the list of Databases ...
    (microsoft.public.frontpage.client)
  • Re: OLE DB connection string in SharePoint for Sybase ASA
    ... > where I WANT it to say Database Connections. ... > and up pops a Data Source Properties Window. ... > connection string" radio button and click on edit. ... > Server Error: An error occurred while retrieving the list of Databases ...
    (microsoft.public.frontpage.client)
  • Re: Fatal error 682 and SqlDependency
    ... Cannot execute as the database principal because the ... However, this error is unrelated to the size of the query notification, is ... When this error happens in the server messages for one query notification ... SqlServer 2005 Notification Services feature to get notified about changes ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Copy database from development PC to deplyment server
    ... Release Management in the Analysis Services ... > to the sample database in my LAN. ... > developing/testing it, I'd like to copy it to the deplyment server, where ... > the data source. ...
    (microsoft.public.sqlserver.olap)
  • Re: MySQL used with VB .NET 1.0
    ... Whatever process you eventually develop for getting the data from an EXCEL spreadsheet on your machine into a database on your ISPs server will be much more complicated than a simple CSV export and FTP. ... I don't think that much people here use MySql as SqlServer Express from Microsoft is freeware. ...
    (microsoft.public.dotnet.languages.vb)