Hi, Does name or attributes of DB can be change, after DB is exported to file with VFSExportDatabaseToFile . The problem is that when i export database to file than change name of the file , and when i import the same file back to database, database still have the same old name.
The database name is in the header of a PDB/PRC file; the import code doesn't care about the filename, just the embedded name. However, the name field is a fixed length 32-byte string, so it's easy to change using normal file manipulation functions.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
