I have been using ODBC v3.51 to select from MySQL DB's hosted by a RH v7.2 Linux VM from within an application script. The DB's are normally imported in the early morning.
I now have a need to Insert into a table from an application script. The insert works when submitted through phpMyAdmin. However, when the Insert statement is submitted via the application script, I get: End Action [ failure 0x1602] in the application log. The error seems to suggest that there is something wrong with my connector object. However, it is the same connector object I had been using for making select queries. The DBA says that I should have insert permissions. Any suggestions on how to proceed and deal with this issue would be greatly appreciated. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]