Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的网站开发一个使用共享数据库服务器的 Windows 窗体应用程序。该网站运行良好且快速。但是当我尝试从应用程序访问服务器时,会花费很多时间。我使用了与我的网站相同的数据库功能。那么如何使我的应用程序以与我的网站大致相同的速度运行呢?
为您的数据库使用本地缓存。有很多方法可以做到这一点。通过互联网访问数据库总是比本地缓存慢。