C# 到 MY SQL 延迟查询执行

发布于 2024-12-03 18:42:51 字数 127 浏览 1 评论 0原文

我有一个c# Windows应用程序,当我在LAN(本地数据库服务器)工作时,它使用MySQL数据库,它工作正常,但是当我通过互联网访问数据库服务器时,延迟查询执行太多了。

I have a c# windows application which uses MySQL database when I work in LAN (Locally with DB Server) it works fine but when I access to database server through the internet the delay on query execution is to much.

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

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

发布评论

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

评论(1

星星的軌跡 2024-12-10 18:42:52

也许您应该使用Web服务或WCF来查询,而不是应该在本地与数据库服务器一起使用的服务,应该从互联网上进行令牌查询并获取选择。在此过程之后,服务应该将数据表返回到所需的客户端。

Maybe you should use a Web Service or WCF to Query ,than that Service which should be Locally with the DB Server ,should proceed with Token Query from the Internet and get the Select.After this procedure the service should Return to desired client the DataTable .

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