On Mon, Jun 04, 2001 at 03:14:03PM -0000, elena wrote:
> 
> Hello,
> 
> I am trying to develop application that uses a database.
> To this database I am trying to insert a very large record (168240 bytes).
> I am using the function:
> DmNewRecord(newdb,index,168240)
>  In this point the OS returns zero size record.
> Is there any possibility to make it work with that record size.

Not directly.  There is a FtrMem call that will take >64k sizes, but
only on the dynamic heap (not stored as records), so you could edit
there but still have to pack and unpack records.

> OR
> 
> Is there anyway to allocate a big array in that size. 
> 
> I am using CodeWarrior.  
>  
> Best regards,
> Elena
> 
> 
> -- 
> 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