Steve Williams wrote:
> The data is an 8-byte 2s complement binary integer stored in a MSSQL
> 2005 CHAR column. (COBOL did that, not me). I'm using zxJDBC to read
> the data and Jython to process.
> I could extract the integer if it wasn't returned in the resultset as
> unicode. Things like ord
The data is an 8-byte 2s complement binary integer stored in a MSSQL
2005 CHAR column. (COBOL did that, not me). I'm using zxJDBC to read
the data and Jython to process.
I could extract the integer if it wasn't returned in the resultset as
unicode. Things like ord(char) and struct.unpack('>B',