How can I get the product to work with Oracle? I get the error:
SQLPrepare
SQLExecute FAILED
ODBC Error: SQLExecute failed
ODBC ERR MSG: 'ODBC Error Code: 'S1000'
ODBC Error Description: '[Oracle][ODBC][Ora]ORA-01461: can bind a LONG value only for insert into a LONG column
'.'
Upon checking the ODBC log, I see two fields cast as LONG_VARCHAR (ODBC) types. If that has to be bound to an Oracle Long datatype, I have a problem because Oracle can only have one LONG field per table. Any idea? Can I configure the product to ignore some columns?


