> Are you asking for updatable result sets? If so, the driver is getting
> confused while trying to build the SQL queries to make that possible.
Aha! Yes, I am. That also explains why similar queries didn't have the
problem (they were using different statements).
> The real fix is in the works, but it will require MySQL 4.1, as only
> MySQL-4.1 returns the original column and table names as part of the
> field-level metadata.
OK, good to know. Can you mention this fix in the Connector/J release
notes when finished so I know when to pick up the upgrade?
Thanks very much for the quick, definitive reply!