使用小程序连接到远程数据库(MSSqlserver)
我遇到一个问题,我必须从小程序将数据插入表中。由于小程序在客户端计算机上运行并且数据库现在位于远程计算机上,因此当客户端计算机上的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这些:
http://www.cs.umbc.edu /portal/help/oracle8/java.815/a64685/samapp5.htm
See these:
http://www.cs.umbc.edu/portal/help/oracle8/java.815/a64685/samapp5.htm