Explanation of ODBC Btrieve Data Source Settings |
When you install the Btrieve ODBC driver, the following section, named [btrieve], is added to your WIN.INI file:
[btrieve]NOTE: The above line will be entered as a single complete line of text.
options=/m:64 /p:4096 /b:16 /f:20 /l:40 /n:40 /n:12
/t:c:\access\BTRIEVE.TRN
/m: Memory size 32K (but it can range from 14K to
64K)
/p: Page size Maximum size is 4096 bytes
/b: Pre-image buffer size 16K (but it can range from 1 to
64)
/f: Number of open files 20 (maximum is 255)
/l: Number of multiple locks 20 (maximum is 255)
/n: Number of files in a 12 (but it can range from 0 to 18)
transaction
/t: Location of the
transaction filename
When trying to connect to a BTRIEVE database, using MSQUERY, the following
error message may occur
When presumably connected to the file, no table names show in the Add Tables box.Error in WIN.INI settings.
When you connect to a btrieve file using ODBC drivers in MSQUERY, the following section is added to the WIN.INI file in your Windows directory:
[btrieve]Although these are the default option settings, you can change these options using the following table as a guide. If the option you want to set is not on the "options=" line, add the option and desired setting at the end. The order in which the options are placed is not important.
options=/m:64 /p:4096 /b:16 /f:20 /l:40 /n:12 /t:C:\BTRIEVE.TRN
When using the Microsoft ODBC 2.0 Btrieve Driver, the error may read:Win.ini [Btrieve] options wrong.
Error encountered while using the Btrieve DLL.
Additional query words: msquery
Keywords : xlquery
Version : WINDOWS:5.0
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: October 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |