changing mysysobjects permission

E

eaben

i`m trying to read report names from an access database into a vb program
but i cant change the read permission of mysysobjects because it belongs
to "engine" and not to "admin"
How can i change this?

i tried openening the database in exclusive mode but didn`t work
 
D

Douglas J. Steele

You can't, nor should you try to. The MSys* series of tables shouldn't be
tampered with. Doing so could cause your application to stop working.
 
Top