Wrox Programmer Forums
|
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 February 19th, 2004, 03:20 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access Report Security

How can implement Security on Access Report ?

I develop FORM in ACCESS and make Report in ACCESS
ACCESS report table are link with the SQL SERVER 2000 .
All data retrieve from the sql server tables.
I link the FORM with the INTRANET site.
When user click the FORM, ACCESS REPORT run and display data information.

But it have no security, in this way user can changes in the SQL SERVER Tables.

Because user can open the SQL SERVER table.

How can implement security on ACCESS Report that only user can see the Report only ?

And does not any changes in the sql server tables ?

 Regards.

Mateen






 
Old February 19th, 2004, 04:52 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

use a view and lock it to everyone as read only.

Do nt link your tables to your front end.





Sal
 
Old February 22nd, 2004, 12:34 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for response.

view can automatically will update ?

or every time after data entry create view and then link
with the report ?

because tables will frequently will update.

regards.

Mateen

Quote:
quote:Originally posted by sal
 use a view and lock it to everyone as read only.

Do nt link your tables to your front end.





Sal
 
Old February 22nd, 2004, 06:46 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

are you trying to give some users the ability to only view reports?

If that is the case, give them only read access to the data. I guess your question is not clear to me.


You say that you have "no security". Take care of tha first. secure all the data using security in SQL Server and give users only the rights they need. Access security is useless. the important think is not to keep the user from changing objects in access, but changing data in SQL Server.



Sal
 
Old February 23rd, 2004, 05:51 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes

I want to give some users the ability to only view reports

My question is that how view will update ?
view will automatically will update or
it need to update the view ?

becuase program's table is dynamic (data frequently change)
if view not update ie. it will display old data ?

I will implement security on sql server tables that
user only see the report.

Mateen




Quote:
quote:Originally posted by sal
 are you trying to give some users the ability to only view
reports?

If that is the case, give them only read access to the data. I guess your question is not clear to me.


You say that you have "no security". Take care of tha first. secure all the data using security in SQL Server and give users only the rights they need. Access security is useless. the important think is not to keep the user from changing objects in access, but changing data in SQL Server.



Sal
 
Old February 23rd, 2004, 06:31 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Forget what I said about the view. Just implement security so that the users for these reports get only "read" permissions to the data.



Sal
 
Old February 25th, 2004, 02:27 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for response.
before this, I ask one thing,

I give users to only "read" ie "select" permissions to the data
in sql server 2000.

but can users insert and update the data by the ASP program ?
ASP program runing on intranet,


Mateen



Quote:
quote:Originally posted by sal
 Forget what I said about the view. Just implement security so that the users for these reports get only "read" permissions to the data.



Sal
 
Old February 25th, 2004, 06:43 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Use a view for the report and set it to read only for everyone. I guess I am getting confused.
Re-think your security model, if you do not have one, create one soon.



Sal
 
Old February 28th, 2004, 07:39 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks.

Quote:
quote:Originally posted by sal
 Use a view for the report and set it to read only for everyone. I guess I am getting confused.
Re-think your security model, if you do not have one, create one soon.



Sal





Similar Threads
Thread Thread Starter Forum Replies Last Post
Code Access Security & Role Based Security robzyc C# 6 April 11th, 2008 02:31 AM
Access Security mateenmohd Access 2 November 10th, 2007 07:14 AM
Custom security report access from ASP.Net applica vkv BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 0 September 27th, 2006 03:53 PM
Access Security ru1 Access 0 June 1st, 2005 02:28 PM
Access Security stephanel Access 1 January 5th, 2004 04:29 PM





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