I have been investigating any further and the results are somehow confusing.
First, a JDBC driver does definitely not exist.
There is a Microsoft API called ADOCE (ActiveX Data Objects for CE) which seems to handle all access to the database.
Though I have not seen any indication, I believe there is a small chance to access Object Store and Pocket Access via ODBC and with the JDBC-ODBC bridge from the JAVA side.
Oliver
Hi Oliver, thanks for sharing this.
ADOCE is the right thing in the MS development domain.
In the meantime I did some DLL and JNI work against a different problem. So maybe I will try to go along this path - writing a JNI wrapper for a minimum. But I still don't like to take this route...
ADO has at least the advantage of delivering access to more than just access tables (PIM data..)
I am so wondering. Though many developers are trying to find that solution.
It hasn't been found.
It is already old question for 2 years.
I am also seeking the way how to control Access db file on PJAE environment.
I guess ADOCE on VB is quite smart....
Is there anybody who knows it?