Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 465 Bytes

File metadata and controls

27 lines (20 loc) · 465 Bytes

DBSQLExecuteNext

Description

Moves the resultSet current pointer to the next entry.

FUNCTION DBSQLExecuteNext(resultSetInst : LONGINT): BOOLEAN;
def vs.DBSQLExecuteNext(resultSetInst):
    return BOOLEAN

Parameters

Name Type Description
resultSetInst LONGINT

Examples

DBSQLExecuteDSN

Version

Availability: from Vectorworks 2011

Category