Ask a Question related to ASP Database, Design and Development.
-
Marshal #1
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
-
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.... -
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... -
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... -
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... -
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 =... -
Ray at #2
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
-
Marshal #3
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.
database? If so:>-----Original Message-----
>Are you passing login credentials to your Accessread data permissions>
>Try opening the Access database in Access, and then do:
>
>Tools--Security---User and Group Permissions...
>Select the MSysObjects in the objects list, and giveconnection string>.>to <the user setup in the database that you use in your(thanks>
>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 RayI'm>> 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>>> not sure what I'm missing here. Any ideas?
>>
>> Thanks
>>
>>
>
>.
>Marshal Guest
-
Ray at #4
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.
>
>
>> database? If so:> >-----Original Message-----
> >Are you passing login credentials to your Access> read data permissions> >
> >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> connection string>.> >to <the user setup in the database that you use in your> (thanks> >
> >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> I'm> >> 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> >> >> not sure what I'm missing here. Any ideas?
> >>
> >> Thanks
> >>
> >>
> >
> >.
> >
Ray at Guest



Reply With Quote

