RE: [python-win32] Dr. Watson woes with ADO, mysql

2005-01-10 Thread Robert Brewer
I wrote: > > I've spent the last year writing an ORM in Python which I'm > reasonably > > pleased with. But I have a recent problem: I can't seem to migrate > > tables from Microsoft Access (using ADO) to MySQL (using MySQLdb) > > without a crash. But, don't let the context fool you: when it > >

RE: [python-win32] Dr. Watson woes with ADO, mysql

2005-01-10 Thread Mark Hammond
> I've spent the last year writing an ORM in Python which I'm reasonably > pleased with. But I have a recent problem: I can't seem to migrate > tables from Microsoft Access (using ADO) to MySQL (using MySQLdb) > without a crash. But, don't let the context fool you: when it > crashes, I > don't thi

[python-win32] Dr. Watson woes with ADO, mysql

2005-01-10 Thread Robert Brewer
Hello all, I've spent the last year writing an ORM in Python which I'm reasonably pleased with. But I have a recent problem: I can't seem to migrate tables from Microsoft Access (using ADO) to MySQL (using MySQLdb) without a crash. But, don't let the context fool you: when it crashes, I don't thin