Btrieve

Examples


This setting allows you to override default Btrieve startup options for Btrieve tables.

Syntax

Btrieve = parameter_list

Parameters

parameter_list - The list of startup options. This list can contain any record manager startup options supported by the current version of Btrieve.

Comments

If you don't indicate different Btrieve startup options using the Btrieve setting, the following default start-up options will be used when your application is running in test mode or with the runtime engine:

[spacer]

Startup option

Default

Example

Memory size

64 kilobytes

/m:64

Page size

4096 bytes

/p:4096

Open tables

180

/f:180

Locks

20

/l:20


If you indicate a different set of startup options using the Btrieve setting, those options will be used by your application instead of the options listed in the previous table.

For a detailed list of record manager startup options supported by the current version of Pervasive.SQL, refer to the Pervasive.SQL documentation.



Documentation Feedback