Two questions regarding multi-table operations:

1) I've got multi-table delete working with a couple of BDB tables,
where it's properly deleting from one or both tables, and all
possibilities of the delete criteria are being exersized.  After the
multi-table delete command, I can 'select *' from the first table
referenced in my multi-table delete just fine, but when I do 'select *'
for the second table, I get

        ERROR 1032: can't find record in 'tblname'

If I do it again, then I get the query output just fine for the second
table from that point on.
(I'm using MySQL-Max-4.0.1-2 on Red Hat linux 6.1)
It's looking like a bug. Has anyone else encountered this?

2) Does anyone know when multi-table update will be available?

Thanks.

--
Becky McElroy




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to