What data types in Oracle correspond to the WORD and DWORD types?
The second answer in Google:
DWORD - 32-bit unsigned integer.long or int.WORD - 16-bit unsigned integer.int or short.CHAR - 8-bit Windows (ANSI) character.byte.
DWORD - 32-bit unsigned integer.
long or int.
WORD - 16-bit unsigned integer.
int or short.
CHAR - 8-bit Windows (ANSI) character.
byte.
Thread: Data types .
Source: https://ru.stackoverflow.com/questions/166099/More articles:Calculate the sum of matrix elements in columnsGetting user name through VK APIChange screen orientation.Conclusion of vowels from the two longest wordsHow popular is python in desktop applications?JQuery sortInstalling Windows 8 Mobile on HTC Desire C smartphoneDynamic class connectionData in inputReturn value by main functionAll Articles