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)| Name | Type | Description |
|---|---|---|
| resultSetInst | LONGINT | |
| colIndex | LONGINT | |
| outColumnName | DYNARRAY[] of CHAR | |
| outValue | DYNARRAY[] of CHAR |
Availability: from Vectorworks 2011