Peter: In addition to what others have mentioned, I'd like to add that you may be reading too much into the term "database" used within PalmOS. Simply put, PalmOS database records are collections of data bytes that your program must manage on its own; they are not anything like "relational databases" or other entities that are called databases in the PC or server world. There are no such things as "schemas", "tables", etc.They do give you a couple of features such as looking up a record by a generated ID field, but that's about it. The rest is up to your own imagination (and lots of coding!).
Doug Gordon GHCS Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
