Hi,
no. You can create a database of records, for example, of the following type
:

typedef  struct

     UInt8 Age;
     Char Name[SizeOfNameField];
     Char Occupation[SizeOfOccupationField];
} MyType;

Create a var of this type on the stack or on the heap and use DmWrite to
insert it into the database ...
There are better approches ... but this one would solve your problem... :-)

Hope it help ...
Bruno Galvão


----- Original Message -----
From: Saharsh Shrotriya <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 2:50 PM
Subject: Database problem


> Hi All,
>
> I am asking a very basic wuestion about the databases.. Suppose i have to
> create a table having three fields. Say Age, Name, Occupation. Do i have
to
> create three databases with the name of the fields. or how?
>
> Help me pls.
>
> Thanks.
> Saharsh
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


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

Reply via email to