RecordSet class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
RecordSet class
The built in recordset class in Xojo.
This class has no sub classes.
See also in the Xojo Language Reference
Some useful global functions for this class:
Some methods using this class:
Release notes
- Version 24.0
- Added automatic rerun of SQL SELECT if you call MoveFirst on a RowSet/RecordSet, which doesn't support moving because it is not cached or scrollable.
- Version 21.1
- Added Edit/Update support for RecordSet for SQLDatabaseMBS class.
- Fixed issue with MoveFirst with RecordSet in our SQL Plugin when used with PostgreSQL.
- Version 20.2
- Changed SQLDatabaseMBS RecordSet to pass time, date and timestamp to Xojo with the right type, so Xojo can handle them correctly.
- Version 19.5
- Fixed a crash with empty RecordSet from CubeSQL crashing in debugger.
- Version 18.5
- Changed SQLDatabaseMBS to return RecordSet where you can query names of columns even if you have no rows.
- Version 18.3
The items on this page are in the following plugins: MBS SQL Plugin.
RC5MBS
-
RectControl