update database with different id |
(07-24-2023, 02:56 AM)ozornick Wrote: It is ok. The primary key is needed for the update. In this case, you need to make an additional request to get "select ... id_login where id_user = ?" or pass id_login directly to the method this is working, thanks for the help. |
Messages In This Thread |
update database with different id - by muh-ramadhan - 07-23-2023, 02:11 PM
RE: update database with different id - by ozornick - 07-24-2023, 02:56 AM
RE: update database with different id - by muh-ramadhan - 07-24-2023, 11:48 AM
|