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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -