⟩ How many bytes do a S9 (7) COMP-3 field occupy?
It will take 4 bytes to occupy. Sign is stored as hex value in the last nibble. General formula is INT((n/2) + 1)), where n=7 in this example.
It will take 4 bytes to occupy. Sign is stored as hex value in the last nibble. General formula is INT((n/2) + 1)), where n=7 in this example.
What is the history of Delphi?
Can we write multi-user database applications in regular Delphi?
Do I have to understand object-oriented programming to use Delphi?
Do I have to know a lot about the Windows API to use Delphi?
How can I manipulate data programatically?
How do I write a change password function for a Paradox table?
How does Delphis exception handling work?
Why do I get compile errors acessing the Sender object in events?
Why do I get exception messages even though I am in protected code?
I am trying to call from Delphi and it GPFs. Whats up?