NetBeans JDBC datasource driver name issue
Java 8u144
NetBeans 8.2 jee win
GlassFish 5
JDBC MSSQL 7.0
當在操作 RESTful Web Services from Database 過程中
遇上 "The name of the driver class from the datasource is missing"
請至 GlassFish 的 JDBC Connection Pool 該項目的 Additional Properties
加入以下項目
driverClass: com.microsoft.sqlserver.jdbc.SQLServerDriver
參考來源
https://stackoverflow.com/questions/23255426/the-name-of-the-driver-class-for-the-datasource-is-missing-netbeans-postgresql
NetBeans 8.2 jee win
GlassFish 5
JDBC MSSQL 7.0
當在操作 RESTful Web Services from Database 過程中
遇上 "The name of the driver class from the datasource is missing"
請至 GlassFish 的 JDBC Connection Pool 該項目的 Additional Properties
加入以下項目
driverClass: com.microsoft.sqlserver.jdbc.SQLServerDriver
參考來源
https://stackoverflow.com/questions/23255426/the-name-of-the-driver-class-for-the-datasource-is-missing-netbeans-postgresql
answered Oct 12 '15 at 22:40
Iragi KNJ
留言
張貼留言