Quote:
|
Originally Posted by nivasreddy007
Thanks Marcus.
What does 00 mean in hex?? When i pull output of a table file that has char for bit data it has several 00 values in it.
Do they mean blank spaces that are padded towards the end of a field??
|
No, it means binary zeros. If you don't understand binary data and its hex representations, then you should go elsewhere to learn about that before asking any more questions in this forum.
BTW: If you are using ascii code set, then a blank is represented by hex 20 (x'20').