Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 7th, 2005, 01:49 PM
Registered User
 
Join Date: Sep 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problems with Reports based on Stored Procs

Good afternoon,

I am experiencing some issues with some reports that are part of an Access 2000 ADP that have SQL2K stored procedures as their data sources. The problem I am having is that these reports run fine for me (dbo) but do not work for any other user. I have ensured that all users have EXEC permissions for the SPs in question but this hasn't helped. Also, I even placed one of the users in the dbo group to see if that would help and it did not. I am at a loss here. I did read somewhere that Access ADPs use the permissions of the SP creator/owner and if a user does not have explicit rights to the SP, they will not be able to access them. Does anyone know if this is the case? Also, apparently there is some kind of a work-around if you set the SP to execute each time the report is opened by adding EXEC stored_proc_name in the data source line of the report. I tried this as well but it didn't seem to help.

Any assistance would be GREATLY appreciated.

Thanks,

Scott.

 
Old September 7th, 2005, 02:21 PM
ru1 ru1 is offline
Authorized User
 
Join Date: Feb 2005
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Check the references and see if they have the same ones marked that you do. Also, make sure they are the same priority.

Hope this Helps.

RU1

 
Old September 7th, 2005, 02:23 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Do the users all have rights to the underlying tables in the SP?


mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL Stored procs with ASP tdaustin Classic ASP Databases 4 June 17th, 2008 01:20 AM
O/R mappers vs stored procs rocco50 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 13 June 9th, 2007 07:49 AM
undocumented stored procs priyaram SQL Server 2005 0 February 21st, 2007 12:24 PM
Informix stored procs from ADO tomRA Access 0 October 28th, 2004 09:45 AM
Transactions in C#, not stored procs organicglenn BOOK: ASP.NET Website Programming Problem-Design-Solution 6 October 10th, 2004 09:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.