If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > Record size exceeds page size

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-27-03, 15:23
dfbosse dfbosse is offline
Registered User
 
Join Date: Oct 2003
Posts: 2
Record size exceeds page size

I'm trying to create a large table (12000 bytes), but keep getting the error "record size exceeds page size". It appears the maximum page size (I'm using 2000i SP4) is 4096 bytes. Is there any way to create a table greater than 4096 bytes? Thanks!
Reply With Quote
  #2 (permalink)  
Old 11-12-03, 12:55
Tim Meiers Tim Meiers is offline
Registered User
 
Join Date: Jul 2003
Posts: 18
Re: Record size exceeds page size

Hello,

Yes, you may create a table greater than 4096 bytes. The maximum page size is 4096 bytes, however.

Here's some information that should help you.

For the limits for the Pervasive relational engine interface, see page 2-2 in SQL Engine Reference. You may view a PDF of the SQL Engine Reference here: http://www.pervasive.com/support/tec...l2k/sqlref.pdf

For additional information about page types and size, refer to chapters 4 and 5 in the SDK Programmer's Guide: Btrieve Fundamentals and Designing the Database. You may view a PDF of the Programmer's Guide here: http://www.pervasive.com/support/tec...k/prog_gde.pdf

Regards,
Tim
Pervasive Technical Publications

Quote:
Originally posted by dfbosse
I'm trying to create a large table (12000 bytes), but keep getting the error "record size exceeds page size". It appears the maximum page size (I'm using 2000i SP4) is 4096 bytes. Is there any way to create a table greater than 4096 bytes? Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On