dbTalk Databases Forums  

Btrieve 5.10 command line parameters

comp.databases.btrieve comp.databases.btrieve


Discuss Btrieve 5.10 command line parameters in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Harnek Singh
 
Posts: n/a

Default Btrieve 5.10 command line parameters - 11-26-2003 , 03:40 PM






Hi folks,

After a while away from Btrieve for DOS, I have to do some maintenance and
can't find my notes for it.

Anyone have the meanings and formats for the command line parameters for
btrieve for DOS single user ver 5.10 ?

I know stuff like /E to avoid extended memory, /T for transaction file but
that is about all I can remember !


Thanks and regards,
Harnek



Reply With Quote
  #2  
Old   
Bill Bach
 
Posts: n/a

Default Re: Btrieve 5.10 command line parameters - 11-28-2003 , 10:08 AM






Harnek Singh wrote:

Quote:
Hi folks,

After a while away from Btrieve for DOS, I have to do some maintenance and
can't find my notes for it.

Anyone have the meanings and formats for the command line parameters for
btrieve for DOS single user ver 5.10 ?

I know stuff like /E to avoid extended memory, /T for transaction file but
that is about all I can remember !
These are the settings for the Btrieve.NLM. Obviously, not all will apply to
the EXE, but this gives you the general idea...
Goldstar Software Inc.
Building on Btrieve(R) for the Future(SM)
Bill Bach
BillBach (AT) goldstarsoftware (DOT) com
http://www.goldstarsoftware.com
*** Pervasive.SQL Service & Support Classes ***
Chicago: March, 2004: See our web site for details!



BTRIEVE.NLM parm explanation

documented f maximum number of open files
default: 20
range: 1 - server limit
memory consumption: f * 114 bytes
h maximum number of file handles
default: 60
range: 1 - limited by memory on server
memory consumption: h * 117 bytes
l maximum number of record locks
default: 20
range: 0 - limited by memory on server
memory consumption: l * 11
t maximum number of concurrent transactions
default: 0
range: 0 - limited by memory on server
memory consumption: see algorithm for 'n'
n maximum number of files per transaction
default: 12
range: 1 - 18
memory consumption: t*(68 + 66*(n - 1)) + 20
u maximum compressed record size
default: 0
range: 0 - 64
memory consumption: (u * 1024) * 2 bytes
p maximum page size
default: 4096
range: 512 - 4096
i automatic TRANSACTION flagging
default: no - the parameter is not present
range: yes, no; if yes, 'i' parm present
a logging of selected files
default: no - the parameter is not present
range: yes, no; if yes, 'a' parm present
m memory; cache buffers
default: 32
range: 10 - 4096
memory consumption: m * 1024
note: to determine the number of permanent
buffers in cache = (m*1024) / (p + 10)
b pre-image buffers
default: 16
range: 1 - 64
memory consumption: b * 1024
s # of sessions
this value gets set to 2 * the number entered
thru BSETUP (ie: 2 * the BSPXCOM 's' parm)
c compacting index pages
this is always active



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.