How to install JDBC driver for sqlserver?
How to install JDBC driver for sqlserver?
AND what is the connction url?
This is correct?:
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance
问题点数:40、回复次数:5Top
1 楼cqfeng()回复于 2002-10-08 19:32:07 得分 10
down it from microsoft's website
install
copy 3 jar file into your web service such as tomcat's folder: /libTop
2 楼realyfly(^_^)回复于 2002-10-08 20:10:33 得分 10
add the three .jars to your classpathTop
3 楼zhangjianguo(笨笨)回复于 2002-10-08 20:26:17 得分 5
yeah,you are right!Top
4 楼topmint(秋景)回复于 2002-10-08 20:56:42 得分 10
如果仅用来开发JSP,把msbase.jar,mssqlserver.jar,msutil.jar拷到tomcat\lib\下,重起tomcat即可Top
5 楼esunboy(天使联盟)回复于 2002-10-09 12:41:29 得分 5
把msqlserver.jar设置为classpath
@我想学java@
Top
相关问题
- (100分)jdbc连接sqlserver 200出错.[SQLServer 2000 Driver for JDBC]Error establishing socket.
- window xp sp2 [SQLServer 2000 Driver for JDBC]Error establishing socket.
- [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket问题
- [Microsoft][SQLServer 2000 Driver for JDBC]Invalid operation for the current cursor position
- [急求:][Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket
- [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]第 1 行: '=' 附近有语法错误。
- 大家说说,你们用的jdbc driver for sqlserver是哪儿的!
- SQLServer 2000 Driver for JDBC 问题 , 在线 !! 解决即给分
- java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Invalid operation for the current cursor position.(在线)
- [Microsoft][SQLServer 2000 Driver for JDBC]Error setting up static cursor cache.




