Hi, I know how to use the .find method to locate and update a record using the tables primary key.
I know how to find rows using the .select method, but can't see how to upade the returned row(s)
If I assign the returned rows to a row array then these are copies of the original rows which I dont know how to update rather than add??
Any pointeres please?
I know how to find rows using the .select method, but can't see how to upade the returned row(s)
If I assign the returned rows to a row array then these are copies of the original rows which I dont know how to update rather than add??
Any pointeres please?