SQL_GET_MAX_DATA_SIZE¶

Applies to: SQLFlex

This command returns the setting for the maximum amount of of data that can be retrieved from a column via embedded sql using the SQL_GET_DATA_CHUNK_EX command.

Syntax

SQL_GET_MAX_DATA_SIZE to {variable}

Parameter

Description

variable

Variable to hold the retrieved value

Example

SQL_GET_MAX_DATA_SIZE to iLength