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.
我在本地计算机上有一个本地 Ms 访问数据库,该计算机通过动态 IP 与 Internet 连接。我有一个在 Web 服务器上运行的 Java Web 应用程序。如何使用服务器上运行的 java 应用程序的动态 ip 连接到本地 pc 中的数据库
您必须使用本地 Web 服务器或 VPN 隧道从客户端机器上提供服务。
可能更好的主意(我的意思是,有什么比连接到客户端数据库更好的方法,对吧?)是让客户端上传数据库(取决于大小),然后连接到服务器端副本。