Hi,
How can i get information from the mySQL database about user rights?
I'm using the c api.
My application consists of a userinterface and when the user fills in some information, this info is sent to the database. However, not all users are allowed to store this info in the database. This means that the user gets the message 'access denied' from the database after he/she filled in the userinterface fields.
I woulds like to inform the user about the userrights before he/she posts new data.
What is the best option here?
How can i get information from the mySQL database about user rights?
I'm using the c api.
My application consists of a userinterface and when the user fills in some information, this info is sent to the database. However, not all users are allowed to store this info in the database. This means that the user gets the message 'access denied' from the database after he/she filled in the userinterface fields.
I woulds like to inform the user about the userrights before he/she posts new data.
What is the best option here?