Kbase P22132: Can not Link Progress Tables in Microsoft Access. Error (7512)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
SYMPTOM(s):
Can not Link Progress Tables in Microsoft Access.
Database does not have security enabled.
User does not want to enable security on the database.
Connection to database through SQLexplorer as sysprogress fails.
Access denied(Authorization failed) (7512)
CAUSE:
User does not have permission to access the database tables.
FIX:
Log into SQLExplorer as the user who created the database.
Grant permissions to public.
Syntax example:
GRANT all ON pub.state TO public;