Subject | Re: [firebird-support] binary or string? |
---|---|
Author | Ivan Prenosil |
Post date | 2004-12-13T10:28:22Z |
> A bigint would be overkill since it is not a 64-bit value. So, a int/bigintStore ? "hexadecimal" is just one of many possible representations/formatting
> field can legally store hexadecimal values?
of values. i.e. number 10 can also be represented as
00000000000000000000000000001010 (binary), or
00000000012 (octal), or
000A (hexadecimal), etc.
Or do you really need (why?) to pass string with hexadecimal value and let Firebird
to convert it automatically ?
Ivan