views:

394

answers:

2

hi....

i'm now developing phrase english arabic for mobile phone for my final year project.i'm using eclipse(j2me) software.However,one of the requirements of my project is to use local database.I was thinking to use MySQL since i used to use it before,but it has to connect with the server.Thus, i have no idea what database that suitable for j2me(exclude rdms) for this project.can anyone help me??

A: 

What you're looking for is called an "embedded" database. Basically, it's a database that you access through a library, which doesn't have a separate server component. SQLLite and MySQL Embedded are two examples. Since you're using Java, you might want to look into Apache Derby, which I believe ships with JDK 6.

A: 

Hi, We are a startup company working on J2ME products and we have relational database product which supports SQL and can be run on any mobile phone CLDC 1.0/MIDP 1.0 and CLDC 1.1 / MIDP 2.0. Our product also supports JDBC interface. If you are interested in obtaining an evaluation copy, please email [email protected] or [email protected].