odbcfield.getlong
Get the field's value as a number of the long type. This method is applied for fields that contain long integers (8 bytes).
method long odbcfield.getlong()
Return value
Returns the field's value.
odbcfield.getulong
Get the field's value as a number of the ulong type. This method is applied for fields that contain long integers (8 bytes).
method ulong odbcfield.getulong()
Return value
Returns the field's value.
Related links | Source |