Log in

View Full Version : CrEmE and MySQL driver


kozmico
03-29-2006, 05:48 PM
Im developing an application running on CrEmE JVM (PDA) which means I need to use the Java 1.1.8 API. On the PDA I run HSqlDB as the local database, and I run MySQL on the serverside.

What I want to do is to send the data from the local HSqlDB to the MySQL server. The easiest solution would be to get a MySQL driver that would run on CrEmE JVM, but I havent found anyone.

Does anyone know of a MySQL driver that will run with Java 1.1.8?

I would be creatfull if anyone could give me some help :)

Edit: spelling