PxPlus User Forum

Main Board => Discussions => Wish List => Topic started by: michaelgreer on January 07, 2019, 11:05:43 AM

Title: JDBC
Post by: michaelgreer on January 07, 2019, 11:05:43 AM
Is there any plan to develop a JDBC driver parallel to the ODBC driver?
Title: Re: JDBC
Post by: Devon Austen on January 07, 2019, 11:57:00 AM
There are no current plans to develop a JDBC driver.

There are products out there that allow you to use a ODBC driver with JDBC called JDBC_ODBC bridges. Here is one (https://www.easysoft.com/products/data_access/jdbc_odbc_bridge/#section=tab-1).

Another option would be to invoke the PXPSQL command line client from within java and read back the results.