开发者

Using Multiple Databases in Silverlight wtih Entity Framework

I am asking the same question in a different way in hopes I can get a few ideas this time.

My Silverlight uses RIA Services and Entity Framework. I have a tree control on my UI with any number of nodes. Each node is a project and the data for that project could be on one of many servers. The database is also unique to that project.

When the users selects a node, I know what server and database the info is on, but how do I dynamically create the connection string used by the DomainService?

开发者_StackOverflow中文版I have tried everything I can think of. It seems as though because I cannot keep my connection strings in my web.config file, I cannot use Entity Framework.

Thanks in advance...

-Scott


I was able to find a solution to my problem. I posted it on another version of the same question here: Silverlight Entity Framework Dynamic Connection String

-Scott

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜