disablePartialRead
cdba.oadisablePartialReadboolean{ t | nil }
Description
Disables partial read in a Virtuoso session. The default is nil, which means that the partial reads are allowed.
This environment variable affects the behavior of OpenAccess for the entire Virtuoso session. Its value is read by Virtuoso at startup and it does not affect the behavior of OpenAccess in any other DFII executables, such as XStream or XOasis. Any changes to the value of disablePartialRead during a Virtuoso session are ignored.
GUI Equivalent
Examples
envGetVal("cdba" "disablePartialRead")
Related Topics
Design Object Limits in OpenAccess
Return to top