Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 768 Bytes

File metadata and controls

34 lines (27 loc) · 768 Bytes

DBSQLExecuteGet

Description

Retrieves information from the resultSetInstance created with 'DBSQLExecute' or 'DBSQLExecuteDSN'

FUNCTION DBSQLExecuteGet(
				resultSetInst     : LONGINT;
				colIndex          : LONGINT;
				VAR outColumnName : DYNARRAY[] of CHAR;
				VAR outValue      : DYNARRAY[] of CHAR): BOOLEAN;
def vs.DBSQLExecuteGet(resultSetInst, colIndex):
    return (BOOLEAN, outColumnName, outValue)

Parameters

Name Type Description
resultSetInst LONGINT
colIndex LONGINT
outColumnName DYNARRAY[] of CHAR
outValue DYNARRAY[] of CHAR

Examples

DBSQLExecuteDSN

Version

Availability: from Vectorworks 2011

Category