SE_serverinfo_get_attrbufsize

Extracts ATTRBUFSIZE from the SE_SERVERINFO object.

Usage syntax

LONG SE_serverinfo_get_attrbufsize (const SE_SERVERINFO svrInfo, LONG *attrbuf);

Parameters
svrInfo The SE_SERVERINFO object
attrbuf Attribute buffer size
Description

This function extracts the ATTRBUFSIZE from the SE_SERVERINFO object.

The ATTRBUFSIZE value is stored in the geodatabase's SERVER_CONFIG table. The ATTRBUFSIZE parameter controls the size of the attribute array buffer. The default value for this parameter is 50,000 (100 rows with 500 bytes of attribute data each).

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED