H,
I have checked the log file and I am being at los. There are no errors in and the data is returned
The data is only copied internally but I could not find a call where isql retrives the data fetched.
SQLFetch 2014-06-19 10:20:05.168182
--> SQLExtendedFetch
::GET RESULT SET [0x0xfe49b0]
CURSOR NAME: 'SQLCURS_2' [0x0xfe1d40]
SQLExtendedFetch 2014-06-19 10:20:05.168251
StatementHandle [in] : 0xfe1310
FetchOrientation [in] : SQL_FETCH_NEXT
FetchOffset [in] : 0
::SET ROWSET SIZE 'SQLCURS_2' [0x0xfe1d40]
SIZE: 1
::SET BINDING TYPE 'SQLCURS_2' [0x0xfe1d40]
BINDING TYPE: 0
::FETCH NEXT 'SQLCURS_2' 2014-06-19 10:20:05.168397
DATA:
APPLICATION
I T AT L I DATA
ROW: 1
::GET ROWS AFFECTED [0x0xfe1d40]
ROWS: 1
::GET ROWS AFFECTED [0x0xfe1d40]
ROWS: 1
RowCountPtr [out] : (null)
RowStatusArray [out] : (null)
SQLRETURN : SQL_SUCCESS
<-- SQLExtendedFetch
SQLColAttribute 2014-06-19 10:20:05.168551
StatementHandle [in] : 0xfe1310
ColumnNumber [in] : 1
FieldIdentifier [in] : SQL_COLUMN_DISPLAY_SIZE
BufferLength [in] : 0
NumericAttrPtr [out] : 26
NumericAttrPtr [out] : 0x7fff81d03d7c
StringLengthPtr [out] : (null)
SQLRETURN : SQL_SUCCESS
SQLColAttribute 2014-06-19 10:20:05.168664
StatementHandle [in] : 0xfe1310
ColumnNumber [in] : 1
FieldIdentifier [in] : SQL_COLUMN_LABEL
BufferLength [in] : 301
CharacterAttrPtr [out] : 0x7fff81d03d80
StringLengthPtr [out] : (null)
SQLRETURN : SQL_SUCCESS
SQLGetData 2014-06-19 10:20:05.168754
StatementHandle [in] : 0xfe1310
ColumnNumber [in] : 1
TargetType [in] : SQL_C_CHAR
TargetValuePtr [out] : 0x7fff81d03f10
BufferLength [in] : 301
ValuePtr [out] : SQL_UB_OFF
::GETOBJECT 'SQLCURS_2' 2014-06-19 10:20:05.168851 [0x0x1015dc0]
COLUMN
I T AT L I D P
1 ASCII T 301 0x00007FFF81D03B20 0x00007FFF81D03F10 0x0000000000000000
DATA
I T AT L I DATA
1 ASCII T 301 26 '2014-06-19 10:19:33.218298'
StrLen_or_IndPtr [out] : 26
SQLRETURN : SQL_SUCCESS
I am not familar with isql. Did you hav tried to ask the question in a isql forum? It might be that someone can check why no data is retireved from isql.
Kind regards,
Burkhard