freetds_jdbc.jar谁会用,那里可以找到它的使用文档?
来源: 互联网 发布时间:2014-12-29
本文导语: 请写出例子或指明网址,必有高分!! | Hope this helps! http://www.freetds.org/faq.html 1:if the driver failed to load, maybe you didn't set the classpath variable successful. run your application by type like this: java -...
请写出例子或指明网址,必有高分!!
|
Hope this helps!
http://www.freetds.org/faq.html
1:if the driver failed to load, maybe you didn't set the classpath variable successful. run your application by type like this:
java -classpath %classpath%;c:freetds_jdbc.jar ****.***.**
2: Here's the URL format :
"jdbc:inetdae:$SERVER_NAME$?database=$DATABASE_NAME$"
Replace $SERVER_NAME$ and $DATABASE_NAME$ with the appropriate values. In case of the former, you need the named pipe name, not the IPX/SPX name.
http://www.freetds.org/faq.html
1:if the driver failed to load, maybe you didn't set the classpath variable successful. run your application by type like this:
java -classpath %classpath%;c:freetds_jdbc.jar ****.***.**
2: Here's the URL format :
"jdbc:inetdae:$SERVER_NAME$?database=$DATABASE_NAME$"
Replace $SERVER_NAME$ and $DATABASE_NAME$ with the appropriate values. In case of the former, you need the named pipe name, not the IPX/SPX name.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。