Different databases using WCF dataservice
Posted
by espenk
on Stack Overflow
See other posts from Stack Overflow
or by espenk
Published on 2010-06-09T18:58:59Z
Indexed on
2010/06/09
19:02 UTC
Read the original article
Hit count: 189
wcf
I have multiple SQL Server databases with the same schema. I would like to use one WCF data service (Rest service) to access the different databases.
How can I accomplish this so the client can pass in the correct database name or connection string?
© Stack Overflow or respective owner