如何在 ASP.NET Web 应用程序中连接多个数据库?

发布于 2024-11-19 18:08:42 字数 188 浏览 5 评论 0原文

我有一个验证 UserID 的应用程序 - UserID 是 32 位 UID......

我需要验证 UID 以查找该用户存在于

数据库“A”或“B”或“c”或“D”或中的 位置“E”或“F”

回复我你的想法..

ps: 数据库可能会在稍后...

所以我需要一个动态连接字符串

I have a application which validates UserID - UserID is of 32 digit UID......

i need to validate the UID to find where this user exists in

database 'A' or 'B' or 'c' or 'D'or 'E'or 'F'

reply me your ideas..

ps:
databases may ex-tern at later ....

so i need a dynamic connection string

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你在我安 2024-11-26 18:08:43

我建议使用像 spring.net 这样的框架的支持,

我之前已经使用该框架完成了此操作。您可以根据需要声明任意数量的数据源,并在运行时决定应使用哪一个。使用这种框架还可以提高应用程序的质量和性能。

I would suggest to use the support from a framework like spring.net

I've done this before with that framework. You could declare as many datasources as you need and decide in runtime wich one you should use. Also using this kind of frameworks improves the quality and perfomance of your application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文