Feedback
Add RecordSet column type metadata
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- https://forum.objo.dev/d/309-recordsetcolumntypeindex-as-integer
- Last updated
- 2026-06-11
Public summary
Add RecordSet.ColumnType(index As Integer) so apps can inspect the type of each result column while iterating through a RecordSet. This helps database browser, export, reporting, and generic table-display code choose sensible value handling without hard-coding column names.