使用Web服务从多数据库检索数据
问题描述:
大家好
我想通过Web服务连接到位于不同位置的具有相同结构的多数据库,并从其表中检索数据并将其显示在我的页面中.知道怎么做吗?
预先谢谢您.
Hi all
I want to connect to multi database with same structure located in different location through web service and retrieve data from its tables and show it in my page. Any idea How to do that?
Thank you in advance
答
如果是我,我会为另一个数据库创建一个单独的Web服务,因为它需要自己的连接字符串.
If it were me, I''d create a separate web service for the other database, sinc eit needs its own connection string.