I need to ensure that while one user edits a row in the backend(oracle 8i) , no other user can get access to edit(row level locking).
We are using oci functions and I thought that getting the row id would be a good way to solve this problem.
How can we get rowid in oracle using php and what datatype would that be ?
We are using oci functions and I thought that getting the row id would be a good way to solve this problem.
How can we get rowid in oracle using php and what datatype would that be ?