java.sql.SQLException: PointBase server is a newer version than PointBase client Server Version: 4.8 Client Version: 4.6
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807595, 1 year ago
via Oracle Community by 843854, 1 year ago
via Oracle Community by 427678, 1 year ago
via hivmr.com by Unknown author, 1 year ago
via Coderanch by Asha Sat, 1 year ago
via Oracle Community by 843833, 1 year ago
java.sql.SQLException: PointBase server is a newer version than PointBase client Server Version: 4.8 Client Version: 4.6
at com.pointbase.dbexcp.dbexcpException.getSQLException(Unknown Source)
at com.pointbase.net.netJDBCConnection.establishConnection(Unknown Source)
at com.pointbase.net.netJDBCConnection.
(Unknown Source) at com.pointbase.net.netJDBCConnection30.
(Unknown Source) at com.pointbase.net.netJDBCDriver.getConnection(Unknown Source)
at com.pointbase.net.netJDBCDriver.connect(Unknown Source)
at com.pointbase.jdbc.jdbcUniversalDriver.getConnection(Unknown Source)
at com.pointbase.jdbc.jdbcUniversalDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at AccessPointBase.go(AccessPointBase.java:27)
at AccessPointBase.main(AccessPointBase.java:7)