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
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