I've application running on sql server but when I'm trying to connect it to Oracle, getting following error while configuration of statement:
SQL-State: 01S02 Message: [Oracle][ODBC]Option value changed.
on the execution of the statement:
SQLSetStmtAttr(hstmt, SQL_ATTR_CURSOR_TYPE, (SQLPOINTER)SQL_CURSOR_DYNAMIC, SQL_IS_INTEGER))