SE_serverinfo_set_disabledc

Sets DISABLEDC in a SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_set_disabledc (const SE_SERVERINFO svrInfo, BOOL disabledc);

Parameters
svrInfo The SE_SERVERINFO object
disabledc DISABLEDC value (TRUE or FALSE)
Description

This function sets the DISABLEDC value in a SE_SERVERINFO object.

DISABLEDC is set in the geodatabase's SERVER_CONFIG table and either disables (DISABLEDC = TRUE, the default value) or enables (DISABLEDC = FALSE) the use of the default cache.

The value should only be changed to TRUE if SQL syntax errors are experienced when using in-line or aggregate functions in SELECT lists.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED