Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

SQL.FetchPos

Fetches a row from a result set.

Component Version macOS Windows Linux Server iOS SDK
SQL 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SQL.FetchPos"; Command; Offset { ; Relative } )   More

Parameters

Parameter Description Example Flags
Command The command reference number gained with SQL.NewCommand. $Command
Offset The index/offset of the row. Zero based. 1
Relative Pass 1 for relative movement. 0 Optional

Result

Returns 0, 1 or error message.

Description

Fetches a row from a result set.
You may need to request recordset to be scrollable to have this work. For that, please call MBS( "SQL.SetCommandOption"; $Command; "Scrollable"; "True" ) before doing the query.

Result is 1 on success or 0 on failure.

See also

This function is free to use.

Created 6th May 2015, last changed 24th April 2016


SQL.FetchNext - SQL.FetchPrior

💬 Ask a question or report a problem