From: Inoue, Hiroshi [mailto:h-inoue@dream.email.ne.jp]
What does SQL_QUERY_TIMEOUT means for e.g.SQLBulkOperations()?
The ODBC spec doesn’t seem to specify it. The SQL_ATTR_QUERY_TIMEOUT description in the SQLSetStmtAttr() reference page mentions “SQL Statement”, whereas SQLBulkOperations() talks about “operations.” And the relationship between SQL statements and operations is not specified. I think that depends on the driver, and it’s legal that the query timeout applies to each operation.
Apart from that, I forgot to call QR_Destructor() after CC_send_query(). Revised patch attached.
Regards
Takayuki Tsunakawa