将数据推送到 Web 托管数据库 (SQL Server)

发布于 2024-12-10 02:49:00 字数 207 浏览 0 评论 0原文

我有一个客户想要维护安装在其办公室 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 技术交流群。

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

发布评论

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

评论(1

赏烟花じ飞满天 2024-12-17 02:49:00

是的,这是可能的。为远程数据库构造 connectionString

Yes it is possible. Construct your connectionString for remote database.

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