Hi,

I would like to know what classes of the J2ME Wireless Toolkit (MIDP API) or
any other package have to be used in order access a database created with
the java SyncManager of the Palm Conduit Development Toolkit 4.02a ???

Can somebody tell me, using the MIDP API, how to read from an Palm OS Java
application the database created according to the following template:

...
dbHandler = SyncManager.createDB(creatorID, SyncManager.DB_RECORD, 0,
"ProjectDB", applType );
...
SyncManager.writeRec(dbHandler,palmRec);
...
SyncManager.closeDB(dbHandler);


Thank you for your help,
Stephane


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to