Problem with MySQL ODBC Driver?

2002-06-21 Thread Michael Jessop
Well, not really a problem, I guess... but when I run a python program that makes use of it I get the following "message" per row I process... Freeing pointer out of range at line 663, 'C:\49\libmysql\libmysql.c' Should I worry? Can I stop this from happening? Mike +++-+++---

Problem with MySQL ODBC Driver?

2002-06-21 Thread Michael Jessop
Well, not really a problem, I guess... but when I run a python program that makes use of it I get the following "message" per row I process... Freeing pointer out of range at line 663, 'C:\49\libmysql\libmysql.c' Should I worry? Can I stop this from happening? Mike +++-+++---

Error on insert statement...

2002-06-21 Thread Michael Jessop
Can someone tell me what this means? I mean, I guess I *know* what it means, but why? The insert statement into a mysql database is... 'insert into works values(?, ?, ?, ?, ? ,?)' The invocation of the dynamic sql is... status = cur_mysql.execute(sql, (wrk_inst, ZERO, trs_inst, a

Table is full error ... but it isn't ... how to troubleshoot?

2002-06-25 Thread Michael Jessop
I am getting a table is full error but a show table status on the table specified in the error, which I assume is a temporary table, comes back as the empty set. I did the same for the two tables being merged and they are way under the limit as far as pointer size and table size (both having av