You may be confusing the Palm file structure (referred to as a 'database') with a traditional database with tables. Read over the 'Data and Resource Manager' section in the SDK reference. You should also look over a few of the examples included in the Palm SDK. (hint: reading about DmNewRecord or DmAttachRecord would help)
----- Original Message ----- From: "druid" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 8:27 AM Subject: Database creation > Im confused about creating a database > When you use > Err err = DmCreateDatabase(DB_CARDNO, DB_NAME, DB_CREATOR, DB_TYPE, false); > this creates a database but no fields are defined > How do you actualy define the fields in the database > thanks > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
