java - Connecting to old Pervasive DB with JDBC -



java - Connecting to old Pervasive DB with JDBC -

i'm trying write little programme crud operations against old pervasive 9 database, seek connection drivermanager.getconnection throws

"java.io.ioexception: lna session closed"

i've read that post copy/paste on code didn't help me. configuration on pervasive 9 machine? jdbc10 driver won't play nice older versions? or.. me beingness stupid? (everything possible)

regards

according pervasive, using newer client older engine not recommended. documented @ http://docs.pervasive.com/products/database/psqlv11/wwhelp/wwhimpl/js/html/wwhelp.htm#href=getstart/installprep.02.6.html#149125. doesn't mean won't work there's no guarantee. there reports of btrieve interface working relational (sql, odbc, jdbc) side fails more because changes between major versions btrieve side stays same. suggest using v9 client (and jdbc driver) or upgrading server v10.

java jdbc pervasive

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -