Dear all,
I find that there is a difference in value of the flag between the one
created by a Palm application ( prc ) and that by a Java conduit.
In Palm application
=================
When I uses the following code to create a database,
DmCreateDatabase( 0, "hello1", creator., type., false );
the flag in the database "hello1" is 0x0
In Java conduit
=============
However, when I creates the database using conduit as follows:
SyncManager.createDB( creator, SyncManager.DB_RECORD, 0, "hello1", type );
the flag is 0xffff8000. Moreover, it cannot be opened by conduit and will
be deleted in the next HotSync.
Does anybody know what the reason behind ? If I want to create a permanent
database like MemoDB in Palm by Java conduit, what parameter in flag should I
use ?
thanks,
Chris
email: [EMAIL PROTECTED]