SQL::ResultSet toExcel Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ToExcel Method.xml
Convert ResultSet to an Excel 2003 format (.xls) or 2007 format (.xlsx) file.
SQL::ResultSet ExecutePostProcess Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ExecutePostProcess Method.xml
Execute portable SQL against a *[xb:SQL::ResultSet]*, Allows for filtering after fetching a result set.
SQL_ResultSet_Preview Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/SQL_ResultSet_Preview Function.xml
Numeric
SQL::DatabaseSnapshot toExcel Method
/documentation/pages/Ref/Api/Namespace/SQL/DatabaseSnapshot/ToExcel Method.xml
Create an Excel 2003 workbook with a sheet for each table in the snapshot.
Learning Xbasic - Using Xbasic with SQL Tables
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Learning Xbasic - Using Xbasic with SQL Tables.xml
A tutorial about learning Xbasic. Includes a number of videos and procedural guides for working with Xbasic and sql tables.
SQL::ResultSet NextRow Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/NextRow Method.xml
The NextRow() method fetches the next row in the SQL::ResultSet.
SQL::ResultSet NextResult Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/NextResult Method.xml
Position to the next set of rows in the ResultSet (applies only when multiple results are returned).
SQL::ResultSet ToXML Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ToXML Method.xml
Convert ResultSet an XML formatted string.
SQL::ResultSet Data Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/Data Method.xml
Get the data for the column name or index specified.
SQL::ResultSet ToTableInfo Method
/documentation/pages/Ref/Api/Namespace/SQL/ResultSet/ToTableInfo Method.xml
Return the column definitions as a single SQL::TableInfo.