将数据推送到 Web 托管数据库 (SQL Server)
我有一个客户想要维护安装在其办公室 PC 中的本地 winforms 价目表和可供客户访问的在线价目表(带有 SQL Server 的 Web 托管应用程序)。问题是他们不想将本地数据库完全迁移到线上,现在我需要找到一种方法每天将他们的数据推送到在线数据库。
我的问题是 - 有没有办法远程连接到 SQL Server 数据库并使用我客户的 winforms 应用程序更新在线价目表?
I have a client who wants to maintain both a local winforms price list installed in their office PCs and an online price list (web hosted app with SQL Server) accessible to their customers. Problem is they don't want to fully migrate their local database online and now I need to find a way to push their data to the online database on a daily basis.
My question is - is there a way to remotely connect to a SQL Server database and update the online pricelist using my client's winforms app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。为远程数据库构造 connectionString 。
Yes it is possible. Construct your connectionString for remote database.