re: accessing memory card through DmGetDatabase

2005-04-19 Thread Yuen Kwee
thanks for your replies! any source code or references? preferbly source codes -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: accessing memory card through DmGetDatabase

2005-04-18 Thread Dr. Vesselin Bontchev
I think that you need to use the VFS Manager to access the contents of the memory card. The Dm* stuff works only with the databases in the local memory. The card doesn't contain databases - it contains files. You'll need to use one of the VFS conversion functions - VFSImportDatabaseFromFile,

re: accessing memory card through DmGetDatabase

2005-04-18 Thread Brian Smith
On Mon, 18 Apr 2005, Dr. Vesselin Bontchev wrote: I think that you need to use the VFS Manager to access the contents of the memory card. The Dm* stuff works only with the databases in the local memory. The card doesn't contain databases - it contains files. You'll need to use one of the VFS