This class represents the result of a SQL request.
This class is not creatable.
This class acts like an array.
DIM hResult AS Result DIM aVariant AS Variant aVariant = hResult [ Field AS String ] |
DIM hResult AS Result DIM aVariant AS Variant hResult [ Field AS String ] = aVariant |
This class is enumerable with the FOR EACH keyword.
DIM hResult AS Result FOR EACH hResult ... NEXT |