Moves the cursor to the next row in a SQL result set and copies that row's values to the mapped tags. If there is no next row — that is, if the current row is the last — then the function returns an error code and doesn't change the mapped tags.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
DBCursorClose | Database/ERP | Synchronous | Supported | Supported | Supported |
Group | Execution | Windows PC | Windows CE | Thin Client |
---|---|---|---|---|
DB/ERP | Synchronous | Supported | Supported | Supported |
DBCursorNext( numCur, "optStrErrorTag" )
This is an optional parameter.
In case of error, returns a negative number. Otherwise, returns 0.
Tag Name | Expression |
---|---|
nErrorCode | DBCursorNext( nCursor ) |