SQLDBC_Connection_connectNTS(imp_dbh->m_connection,
host,
dbname,
user,
password,
SQLDBC_StringEncodingType_Encoding_UTF8,
imp_dbh->m_connprop)==SQLDBC_OK)
If in
SQLDBC_ResultSet_bindColumn (imp_sth->m_resultset,
column,
SQLDBC_HOSTTYPE_UTF8,
m_col->buf,
&m_col->indicator,
m_col->bufLen,
SQLDBC_TRUE)
bufLen is less then LONG column data size then in SQLDBC_RowSet_fetch I
get endless-loop with some data. If bufLen is enough big then fetch
works well.
I have a sqldbctrace file.
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]