main logo
Subject: Text Field Segment Size
Author: Gunnar Swan
Posted: 2002/09/28 22:41:08
 
View Entire Thread
New Search


Below is a snippet from my create table routines ...

"Synopsys" , #kTypeText, 5 * 1024)

If the text is less than 5KB, then 5KB is still used.
If text is for example 6KB, then 10KB will be used,
because page (1) is full and a second 5KB page is created
for the remaining text.

Is this correct ?
 
©2002 Gunnar Swan
<-- Prior Message New Search Next Message -->