On 4/17/06, Saravanan <[EMAIL PROTECTED]> wrote: > In sort, i want to know "is there any functions or procedures for manipulating > (adding and deleting) the records found inside the pdb files in MMC/Expansion > Card directly without copying them into the main memory".
no. the VFS manager was written to deal with raw files on the expansion cards. the palmsource devleopment team added "helper" routines to read PDB (record databases) on the memory cards - but, none to write or change the contents of PDB files. i specifically remember this; at the 2000 developer syncup in london when the VFS APi's were announced; i remember thinking why there was only read support and no write support for PDB files. what you need to do? move away from the PDB file format - or, copy it to memory first, manipulate it and then export it back. you really should be moving away from PDB files anyhow; they are very restrictive. -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
