Trouble accessing the MS Access 'MSysObjects' system table through an ASP page

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Trouble accessing the MS Access 'MSysObjects' system table through an ASP page

    Earlier on this board, I got a solution from Ray (thanks
    again) on how to run a querry to see if a table exists
    and it works fine in Access. But when I try to run it
    through an ASP page I get this permissions error:

    "Record(s) cannot be read; no read permission
    on 'MSysObjects'."

    I know I've got read permissions to the DB itself so I'm
    not sure what I'm missing here. Any ideas?

    Thanks


    Marshal Guest

  2. Similar Questions and Discussions

    1. Trouble accessing variables
      Hi, I'm trying to send this string to Flash and the only way I can get anything to show up in the text field is to refer to "this" in the LoadVars....
    2. Trouble copying data from old table to new table
      Hello all, I am working with a ColdFusion MX 6.1 frontend and a SQL Server 2000 backend - There is a "CUSTOMER_INFO" table for every month and...
    3. Problem with accessing table in access database
      i had a working site with iis5 winxp professional on a p4 machine. suddenly i am having problems with and the asp pages which have some updating...
    4. Is there a wizard to generate a web page from MS Access table?
      Hello Experts, We are using ASP to develop an application. I would like to know if there is any activeX object or wizard which would generate a...
    5. how to pass an access DB query onto *next* page? trouble with *next* and *previous* querystring code
      Don;t see any sign of any paging code is your snippets normally take this form Set rso = Server.CreateObject("ADODB.Recordset") rso.PageSize =...
  3. #2

    Default Re: Trouble accessing the MS Access 'MSysObjects' system table through an ASP page

    Are you passing login credentials to your Access database? If so:

    Try opening the Access database in Access, and then do:

    Tools--Security---User and Group Permissions...
    Select the MSysObjects in the objects list, and give read data permissions
    to <the user setup in the database that you use in your connection string>.

    Ray at work

    "Marshal" <marshalwdr@hotmail.com> wrote in message
    news:1f4fc01c389d5$9a95e520$a601280a@phx.gbl...
    > Earlier on this board, I got a solution from Ray (thanks
    > again) on how to run a querry to see if a table exists
    > and it works fine in Access. But when I try to run it
    > through an ASP page I get this permissions error:
    >
    > "Record(s) cannot be read; no read permission
    > on 'MSysObjects'."
    >
    > I know I've got read permissions to the DB itself so I'm
    > not sure what I'm missing here. Any ideas?
    >
    > Thanks
    >
    >

    Ray at Guest

  4. #3

    Default Re: Trouble accessing the MS Access 'MSysObjects' system table through an ASP page

    No, we have login credentials to the site but we don't
    pass them to the database.


    >-----Original Message-----
    >Are you passing login credentials to your Access
    database? If so:
    >
    >Try opening the Access database in Access, and then do:
    >
    >Tools--Security---User and Group Permissions...
    >Select the MSysObjects in the objects list, and give
    read data permissions
    >to <the user setup in the database that you use in your
    connection string>.
    >
    >Ray at work
    >
    >"Marshal" <marshalwdr@hotmail.com> wrote in message
    >news:1f4fc01c389d5$9a95e520$a601280a@phx.gbl...
    >> Earlier on this board, I got a solution from Ray
    (thanks
    >> again) on how to run a querry to see if a table exists
    >> and it works fine in Access. But when I try to run it
    >> through an ASP page I get this permissions error:
    >>
    >> "Record(s) cannot be read; no read permission
    >> on 'MSysObjects'."
    >>
    >> I know I've got read permissions to the DB itself so
    I'm
    >> not sure what I'm missing here. Any ideas?
    >>
    >> Thanks
    >>
    >>
    >
    >
    >.
    >
    Marshal Guest

  5. #4

    Default Re: Trouble accessing the MS Access 'MSysObjects' system table through an ASP page

    Then open up the DB and verify that all users have access to that table.

    Ray at work

    "Marshal" <marshalwdr@hotmail.com> wrote in message
    news:1f5c701c389df$8834cd60$a601280a@phx.gbl...
    > No, we have login credentials to the site but we don't
    > pass them to the database.
    >
    >
    >
    > >-----Original Message-----
    > >Are you passing login credentials to your Access
    > database? If so:
    > >
    > >Try opening the Access database in Access, and then do:
    > >
    > >Tools--Security---User and Group Permissions...
    > >Select the MSysObjects in the objects list, and give
    > read data permissions
    > >to <the user setup in the database that you use in your
    > connection string>.
    > >
    > >Ray at work
    > >
    > >"Marshal" <marshalwdr@hotmail.com> wrote in message
    > >news:1f4fc01c389d5$9a95e520$a601280a@phx.gbl...
    > >> Earlier on this board, I got a solution from Ray
    > (thanks
    > >> again) on how to run a querry to see if a table exists
    > >> and it works fine in Access. But when I try to run it
    > >> through an ASP page I get this permissions error:
    > >>
    > >> "Record(s) cannot be read; no read permission
    > >> on 'MSysObjects'."
    > >>
    > >> I know I've got read permissions to the DB itself so
    > I'm
    > >> not sure what I'm missing here. Any ideas?
    > >>
    > >> Thanks
    > >>
    > >>
    > >
    > >
    > >.
    > >

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139