Problem with "Access Denied"

PeterCr

New Member
I'm trying to connect a ProgressDB throught ODBC but can fix the problem with the Access Denied error.

I managed to get the DB connected (throught ODBC) and I can see my tables with the fields in it. (I'm using Access for this)
But when I try to open the a table or do a query on a table I get "Access Denied (7512)"-error?

I did set the priviliges for my user using the data administration. (al least I think I did because I made a user and gave that user administratiev rights)

What am I doing wrong?

:confused:
 
Hi,

You add a new user in progress database with "sysprogress" name and pass for this user. After that re-connect to database with "sysprogress" user and pass.
 
Back
Top