Difference between revisions of "DB MAXWKA"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
=DB_MAXWKA=
+
''Deprecated in Recital 10''
 
+
 
+
==Class==
+
Environment Variables / Symbols
+
 
+
  
 
==Purpose==
 
==Purpose==
Line 11: Line 6:
  
 
==See Also==
 
==See Also==
[[SELECT]], [[USE]], [[SELECT()]], [[WORKAREA()]], [[SET VIEW]]
+
[[SELECT]], [[SELECT()]], [[SET VIEW]], [[USE]], [[WORKAREA()]]
  
  
 
==Description==
 
==Description==
The DB_MAXWKA environment variable / symbol is used to define the maximum number of available workareas.  By default this is set to 20. The maximum value for DB_MAXWKA is 256.
+
The DB_MAXWKA environment variable is used to define the maximum number of available workareas.  By default this is set to 100. The maximum value for DB_MAXWKA is 256.
  
 
Please note: DB_MAXWKA should be kept to the minimum required to avoid unnecessary memory allocation.
 
Please note: DB_MAXWKA should be kept to the minimum required to avoid unnecessary memory allocation.
Line 21: Line 16:
  
 
==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|MAXWKA]]
 
[[Category:Environment Variables|MAXWKA]]
 +
[[Category:Deprecated]]

Latest revision as of 17:32, 3 March 2010

Deprecated in Recital 10

Purpose

Used to define the maximum number of available workareas


See Also

SELECT, SELECT(), SET VIEW, USE, WORKAREA()


Description

The DB_MAXWKA environment variable is used to define the maximum number of available workareas. By default this is set to 100. The maximum value for DB_MAXWKA is 256.

Please note: DB_MAXWKA should be kept to the minimum required to avoid unnecessary memory allocation.


Products

Recital, Recital Server