I have oracle database and I connect to it with Android in Qt with php. And I have stored procedures which I call.
Problem is when I use sqlplus I can see that I have deleted all rows in database but when accessing through the Android I can still see data that I have deleted.
How to change this?
You are remembering to COMMIT, right?