我收到的错误是我在您的网站上看到的,但作为一名新手java编码器,我认为我已经开始实施解决方案了。
我收到了一条消息 "此驱动程序不支持SQL Server版本8。 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3"
我正在使用Eclipse Mars 1 该数据库是一个SQL Server 2000,所以我按照之前的问题的建议从Microsoft站点下载了sqljdbc.jar。我将它加载到c:\ temp并将其添加到CLASSPATH并重新启动。
代码段读取:
font-size
它正在抛出这个完整的消息
2016年4月19日上午11:29:44 com.microsoft.sqlserver.jdbc.SQLServerConnection Prelogin 警告:ConnectionID:1 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3此驱动程序不支持服务器主要版本:8。 2016年4月19日上午11:29:44 com.microsoft.sqlserver.jdbc.SQLServerConnection Prelogin 警告:ConnectionID:1 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3此驱动程序不支持服务器主要版本:8。 com.microsoft.sqlserver.jdbc.SQLServerException:此驱动程序不支持SQL Server版本8。 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3com.microsoft.sqlserver.jdbc.SQLServerException:此驱动程序不支持SQL Server版本8。 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3
function textSizeS(){
document.getElementById("Maintbl").style.fontSize = "3px";
}
此驱动程序不支持SQL Server版本8。 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3 此驱动程序不支持SQL Server版本8。 ClientConnectionId:602d619d-c033-41d0-9109-80f56e3ab9b3
对于新手java程序员远离PowerBuilder有什么想法吗?