Hi everyone,
I have a form where I am able to see all the data when run a query, but today I created a new user, but when I run the same form, I am not able to see all the data. I also went to sql and connected with the privilegies of that user and when I run the following:
Select * from cat;
I'm not able to see the tables that I created with the other user.
Can anyone please help me?