Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] MySQL... Rows affected after an update

From: ric:getorbital at: 28-Aug-2001 23:15

Is there a way to determine the number of rows affected after updating a table in MySQL? e.g... db: open mysql://localhost/database conn: first db insert db {update table set column = 'new value' where column = 'old value'} I thought maybe the rows affected might be available from the port ('db) after inserting the update statement, but nothing (none) is there. Thanks for your help, -- Ric