Re: Maximum size of a database record

2001-08-30 Thread Tom Hoelscher
t [EMAIL PROTECTED] wrote: >> Subject: Re: Maximum size of a database record. >> From: Leonardo Gomes Holanda <[EMAIL PROTECTED]> >> Date: Wed, 29 Aug 2001 13:04:11 -0300 >> >> Is there any document tha shows that limit? >> Is this size limited by a the maxim

Re: Maximum size of a database record

2001-08-30 Thread Stringer
>Subject: Re: Maximum size of a database record. >From: Leonardo Gomes Holanda <[EMAIL PROTECTED]> >Date: Wed, 29 Aug 2001 13:04:11 -0300 > >Is there any document tha shows that limit? >Is this size limited by a the maximum size of a record or by the >maximum size of a

Re: Maximum size of a database record.

2001-08-29 Thread Leonardo Gomes Holanda
Is there any document tha shows that limit? Is this size limited by a the maximum size of a record or by the maximum size of a database? A filestream is stored as a single record pdb and, according to the API documentation is not subject to the 64 KB maximum size limit imposed by the memory manage

Re: Maximum size of a database record.

2001-08-29 Thread Andrey
as I know maximum size of record is 64k. "Leonardo Gomes Holanda" <[EMAIL PROTECTED]> wrote in message news:61105@palm-dev-forum... > > Since the index of a record is given by a UInt16 it can not have more than > 65535 records. But, a record can be created using DmNewRecord which receives > t

Maximum size of a database record.

2001-08-28 Thread Leonardo Gomes Holanda
Since the index of a record is given by a UInt16 it can not have more than 65535 records. But, a record can be created using DmNewRecord which receives the record size (UInt32). So can I created a pdb with 65535 records of size 4,294,967,296 (4GB) each if my device has (suppose that such device ex