Hi to all the people there...
I have a database in Interbase which i have created a Delphi Front End for.
Now I've created many users in Interbase and set them user rights on the database.
In delphi, I have used TIB components to link to the Interbase database.
The problem arises when I am trying to log on with the differnt users in interbase (using the LOG IN promt from .
For example, if i have set just "SELECT" grants to a certain user and try to log in Delphi with that user, Delphi will not let me as it says the user does not have the other rights.
The only way around this that I have found is to give all rights to the user, which results in successful log in, in Delphi.
However, the purpose of "User Rights" is then defeated if I have to give all privelages to a user so that he can log in, in Delphi.
Is there any way I can log in with the user rights I have set?
Thanks a lot guys, I hope someone has a solution to this problem.
I have a database in Interbase which i have created a Delphi Front End for.
Now I've created many users in Interbase and set them user rights on the database.
In delphi, I have used TIB components to link to the Interbase database.
The problem arises when I am trying to log on with the differnt users in interbase (using the LOG IN promt from .
For example, if i have set just "SELECT" grants to a certain user and try to log in Delphi with that user, Delphi will not let me as it says the user does not have the other rights.
The only way around this that I have found is to give all rights to the user, which results in successful log in, in Delphi.
However, the purpose of "User Rights" is then defeated if I have to give all privelages to a user so that he can log in, in Delphi.
Is there any way I can log in with the user rights I have set?
Thanks a lot guys, I hope someone has a solution to this problem.