In progess it is possible with security to pinpoint out which user has access to which table. There is a datadictionairy tool present.
This is also controlled by the menu security of the application.
My question however is that I DONT WANT ANY USER TO CHANGE DATA using the external tools like jdbc/odbc open edge, not the common user and also not the administrator.
Main Topics
Browse All Topics





by: progressorPosted on 2009-10-07 at 23:27:59ID: 25522693
You must set the SQL permissions per table. I hope you are using SQL92 and not the open interface broker from progress. Because there this wont work.
Basically you log in the database with DBA rights (typically this will be done with user sysprogress and sql explorer. Sysprogress is the default DBA acount and sql explorer is a tool Progress ships with their product to make a jdbc connection to the database,
After logging in you must grant permissions to the users connecting to the progress database using SQL.
If you want to grant a privilige to all then you can grant the permissions to PUBLIC
I hope this helps.
Regards,
casper.
Select allOpen in new window