FetchSize

Last Updated2014-12-15
Created At2014-12-15

Returns the length of a field's data in the current row of a result set. This only needs to be called for strings to determine how many bytes to use. Note that the return value does not include the null terminator.

native int FetchSize(int field)

Parameters

int field
The field index (starting from 0).

Return Value

int Number of bytes for the field's data size.

Error

Invalid field index or no current result set.