A SELECT * FROM proxy_table returned the catch-all SQLCODE -660 exception with this particular diagnostic: SQLCODE = -660 SQLSTATE = WO005, ERRORMSG() = Server 'p002': [SAP][ODBC Driver][SQL Anywhere]Resource governor for 'cursors' exceeded Will setting MAX_CURSOR_COUNT = '0' on the local connection suppress this, or do I have to FORWARD the SET to the remote server? |