Simplify retrieval of a column value by index.
If the table you are working with does not allow NULL columns, this may be all you need. Otherwise you will have to use isNull(i) as well.
A Variant holding the column value.
See Implementation
Simplify retrieval of a column value by index.
If the table you are working with does not allow NULL columns, this may be all you need. Otherwise you will have to use isNull(i) as well.