DmNewRecord() - Creates new record.
DmGetRecord() - Get existing record
MemHandleLock() - You need this to lock down the handle and get access to
actual memory block you allocated.
DmWrite() - Used to write data to a record (requires an offset, see
Offset_Of)

Oh, you will need DmReleaseRecord() as well.

For more information refer to the detailed documentation in the Palm OS
reference (Data and Resource Manager).

~Brad

"Tenchi-Man" <[EMAIL PROTECTED]> wrote in message
news:114363@palm-dev-forum...
>
> Hi,
> I ve got problems in modifying a record in DB by Dm
>
> struct{
>     Int16 a;
>     Char b[5];
> }DB
>
> 1) how can I modify the integer value in existing records???
>
> 2) how can I assign the Char (eg. name[5]="Johny") when creating a new
> record??
>
> Do u know? pls help
> thanks a lot
>
> Ray
>
>
>
>
>



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

Reply via email to