File ccscript3-sqllen.patch of Package ccscript3
Index: ccscript3-1.1.7/optional/odbc/thread.cpp =================================================================== --- ccscript3-1.1.7.orig/optional/odbc/thread.cpp +++ ccscript3-1.1.7/optional/odbc/thread.cpp @@ -64,7 +64,7 @@ void SQLThread::run(void) SQLCHAR errmsg[128]; SQLSMALLINT mlen, col, cols; #if ODBCVER >= 0x0300 && !defined(__ppc__) - SQLINTEGER rowcnt; + SQLLEN rowcnt; #else long int rowcnt; #endif