Hello again, Following the splitting of the Database class from the Shapefile [2], I am attempting a good challenge (of the kind I’m loving) : setting a JDBC driver over our DBase 3 files. We have no DBase 3 driver available. I have searched a long time but nothing is free, when something exist.
Relying on our Database class that is able to read a DBF file binary content, I will try to implement a Connection, a Statemement, a ResultSet and a ResultSetMetaData classes, in order to have an embedded JDBC driver inside Apache SIS, and be able to start querying data more easily, by using SQL. I put some information about how I think I will proceed in a new JIRA [1]. Regards, Marc Le Bihan [1] https://issues.apache.org/jira/browse/SIS-180 [2] https://issues.apache.org/jira/browse/SIS-179