--- Su Duy Trinh <[EMAIL PROTECTED]> wrote:
> Hi All,
>    Does any method create many tables(each table has
> different structure) in
> a PDB on Codewarrior?

PalmOS doesn't really have a concept of tables, as
you'd know it from relational databases.

You completely control the structure of each record
of a palm database.  In other words, each record can
have a different structure, or all records can have
the same.  PalmOS doesn't care.  If you want to
store records with different structures in a Palm
database, it's up to you to figure out how to 
distinguish them.  For example, you could put an 
indicator (byte, ...) at the beginning that you 
use to distinguish the record types.

Hope this helps,
Oliver

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to