使用小程序连接到远程数据库(MSSqlserver)

发布于 2024-10-15 14:46:49 字数 290 浏览 0 评论 0原文

我遇到一个问题,我必须从小程序将数据插入表中。由于小程序在客户端计算机上运行并且数据库现在位于远程计算机上,因此当客户端计算机上的 java 查找驱动程序 "com.microsoft.jdbc.sqlserver.SQLServerDriver" 时,它会给出以下异常:

未找到类 com.microsoft.jdbc.sqlserver.SQLServerDriver。

我应该如何设置 jar 文件 mssqlserver.jar 的类路径,以便小程序可以连接到远程数据库?

I am having a problem that I have to insert the data in a table from the applet. since the applet run on the client machine and the database is on the remote machine now when java on client machine looks for the driver "com.microsoft.jdbc.sqlserver.SQLServerDriver" then it gives this exception:

class com.microsoft.jdbc.sqlserver.SQLServerDriver not found.

How should I set the classpath of the jar file mssqlserver.jar so that the applet can connect to the remote database?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文