EL AMRANI Jalal wrote:
Hi,
I am a new developper in the J2ME technology, I want to connect to a file
SQLITE database through JDBC by using the CLDC configuration. I know that
the java.sql API does not exist but i make this question for our
programmers
for many explation.
And I shall be aware of that it dosn't exist any PURE Java JDBC driver in
J2ME for SQLite.
And as I know one uses JNI to invoke non-java libraies.
I want that you help me please if it is possible to have a JDBC for
SQLITE
DATABASE.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's
FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Google is your friend. Try searching for "SQLite JDBC". Among other
things it will lead you to
http://www.ch-werner.de/javasqlite/overview-summary.html
HTH
Dennis Cote