EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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