Re: ODBC insert on a linked table failed
If you're using a DSN, find that one in the ODBC Manager and open it.
Click DETAILS button and Look on the DEBUG tab it offers "Log queries to myodbc.sql"
and see if the full error is present in that file.
http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-connection-parameters.html
Go down to option #4
4 FLAG_DEBUG Trace Driver Calls To myodbc.log
Make a debug log in C:\myodbc.log on Windows, or /tmp/myodbc.log on Unix
variants. This option was removed in Connector/ODBC 3.51.18.
See if more info show up there.
If not, google for your exact error message.
>
Thanks, Jay
Subject
Views
Written By
Posted
8651
August 11, 2009 04:10AM
Re: ODBC insert on a linked table failed
6354
August 12, 2009 02:22PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.