Fixed ODBC Connector function sequence error (version 3.2.88n)
When using our generic ODBC Connector type, you could get a Function Sequence error when inserting data into the ODBC Data Source.
This is now fixed - it was caused by a call to feedDeferredData even if no additional data was needed. Now we only call feedDeferredData if SQL_Execute returns SQL_NEED_DATA.
This version also fixes a problem on the central side when using the ODBC Connector, so you should upgrade the central version to this version when using the generic ODBC connector.
version 3.2.88n (February 2014)