> Does any method create many tables(each table has different structure) in > a PDB on Codewarrior? > I use the function:DmCreateDatabase() with the attribute:att=false for > Create PDB?
Hi Trinh, Databases are indeed just a single pile of records. You can define the structure of each record to be whatever you want. You could differentiate between types of records using categories (up to 16 in a given database). Memopad uses these to allow the user to file their memos. Alternatively, if you don't have too many tables, you might want to have many different databases, where each database contains a single type of record, which represents a table in typical database terminology. The best answer depends on how you're going to use it, really. -Ken -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
