Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have install ms-office 2007. I check that my table is exist in access(.accdb) database. I write the query in below:
SQL
SELECT MSysObjects.Name FROM MSysObjects WHERE MSysObjects.Name = tablename;

this above query is running in MS-Access 2007.

When this above query is running through vb.net their arise a error msg ('no read permission MSysObjects')
Posted
Updated 17-Nov-11 1:45am
v2

1 solution

You will have to manually log in to the database as an administrator and give yourself read rights to MSysObjects.

Take a look at this site Access recovery to fix MSysObjects[^]
 
Share this answer
 
v2
Comments
Wayne Gaylard 17-Nov-11 8:13am    
See my updated answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900