Difference between revisions of "DB FILECASE"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
=DB_FILECASE=
 
 
 
==Class==
 
Environment Variables / Symbols
 
 
 
 
==Purpose==
 
==Purpose==
 
Used to toggle case sensitivity for parameters passed from the Operating System
 
Used to toggle case sensitivity for parameters passed from the Operating System
Line 11: Line 4:
  
 
==See Also ==
 
==See Also ==
SET FILECASE, Parameter Passing
+
[[SET FILECASE]], [[Parameter Passing]]
  
  
 
==Description==
 
==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.
+
The DB_FILECASE environment variable 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==
 
==Example==
<code lang="recital">
+
<pre>
 
$ dbrt customers.dbf ALFKI
 
$ dbrt customers.dbf ALFKI
</code>
+
</pre>
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]
 
[[Category:Environment Variables|FILECASE]]
 
[[Category:Environment Variables|FILECASE]]

Latest revision as of 10:59, 7 February 2011

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 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, Recital Server