DB FILECASE
From Recital Documentation Wiki
Revision as of 16:29, 12 March 2009 by Yvonnemilne (Talk | contribs)
DB_FILECASE
Class
Environment Variables / Symbols
Purpose
Used to toggle case sensitivity for parameters passed from the Operating System
See Also
SET FILECASE, Parameter Passing
Description
The DB_FILECASE environment variable / symbol is used to toggle case sensitivity for parameters passed from the Operating System. By default, parameters passed from the Operating System are converted to upper case. If DB_FILECASE is set to "true", the original case of the parameters is retained. DB_FILECASE only affects these parameters: the SET FILECASE ON/OFF set command is used to determine whether file and directory names are case sensitive.
Example
$ dbrt customers.dbf ALFKI
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer