EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

odbcfield.getint

Gets the field's value as an integer. This method is applied for fields that contain integers (the storage size is up to 4 bytes).

method int odbcfield.getint()

Return value

Returns the field's value.


odbcfield.getuint

Gets the field's value as an unsigned integer. This method is applied for fields that contain integers (the storage size is up to 4 bytes).

method uint odbcfield.getuint()

Return value

Returns the field's value.

Related links

Source