Hi all,
I have changed database for my Java app to MySQL.  The
app was developed with SQL Server.  Some of the logic
is dependent on getting the no. of rows updated
returned after an UPDATE query.  MySQL does only
return the rows that are really updated, not the rows
matched of an UPDATE.  This causes problems.
Is there an easy way to get MySQL always return the
number of rows matched in an UPDATE?

Regards,
Rune Steinseth

______________________________________________________
Sjekk snørapporter...
fra 500 ski-destinasjoner i Europa
på http://no.snow.yahoo.com/

---------------------------------------------------------------------
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