Permission on msysobjects

  • Thread starter Thread starter susanjoseph
  • Start date Start date
S

susanjoseph

Guest
Hi
I would like to read the contents of the
msysobject table through VB.The code used is
Set rs = db.Execute("select count(*) from msysobjects where type=1 and name like 'rt*' with owneraccess option")
But an error message saying "No read permission on 'msysobjects' pops up.

Could you help me on this.

Thanks
Susan
 

Users who are viewing this thread

Back
Top Bottom