
October 18th, 2004, 01:21 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
By my known
Quote: | Originally Posted by bhushan7sag Hi all,
New to J2ME programming I m developing an application in java for PDA(Personal Digital Assistant)which would be able to access database on server as well as that on the PDA device itself.
For the server issue it appears that I can use MIDLets and servlets with JDBC.
But problem is that I want to access local database on PDA(which would be stored in some DBMS like SQLite or HSQLDB on the PDA).I want to know how to do this? ?Is it possible using JDBC ??If yes how to do this.If no is there any other way??
Please help.
Kind regards.
Bhushan. |
Hello,
well, I am not sure, but a think you can use RecordStore to keel information in a persistent way, but a didn´t hear anything about using JDBC, I think a PDA doesn´t support a a DB like that.
Good luck
Luisna
|