如何在 ASP.NET Web 应用程序中连接多个数据库?
我有一个验证 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用像 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.