Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

ODBCNextRow Function

Overview

The ODBCNextRow function moves the internal pointer within an ODBC Results Object forward one row.

Syntax/Parameters

Syntax

int = ODBCGetColumnCount ( handle hResult );

Parameters

hResult

A handle for an ODBC Results Object.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

This function should not be called in conjunction with the ODBCFetchArray function but rather the ODBCFetchData function. Note that it is not possible to move the internal position within an ODBC Results Object back to previous rows.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE