Re: Jython Data Extraction problem

2007-03-08 Thread Diez B. Roggisch
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

Jython Data Extraction problem

2007-03-07 Thread Steve Williams
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