Crystal and Security 
Author Message
 Crystal and Security

We are nearing completion of a project which uses an mdb database. The
database is to be encrypted. Can Crystal create reports from an encrypted
mdb file either using embedded code, OCX etc. or the standalone Crystal
product? We will be using 6.0.



Fri, 21 Apr 2000 03:00:00 GMT  
 Crystal and Security

Bob,

No personal experience with this, but...how are you encrypting the data?
Your own (front-end) algorithm, or using some facility in Access? How do
you get unencrypted data out to an application?

Since you're using CR6, one way you could go is to read data out into a
calling application, unencrypt, and use the "Crystal Data Object" to pass
the data to CR for reporting. Alternatively, you could decrypt to a
temporary
table and report directly from there.

If I were doing this on SQL Server, I would do the encryption via an
insert/update
trigger and decrypt when reading data by using a stored procedure to do all
the
selects...
--
Les Schmalzbach
(remove nospam- to reply).



Quote:
> We are nearing completion of a project which uses an mdb database. The
> database is to be encrypted. Can Crystal create reports from an encrypted
> mdb file either using embedded code, OCX etc. or the standalone Crystal
> product? We will be using 6.0.



Sun, 23 Apr 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Crystal Info Security

2. IIS and crystal report security question...

3. Crystal Reports and NT Current Security Log

4. VB5, Crystal 4.6.1 -User Level Security password

5. Crystal Reports 4.5 ... Help Access Security

6. Access 2.0 Security for Crystal Report

7. Crystal Reports and NT Current Security Log

8. Crystal Reports 4.5 .. Access Security problem

9. Security For Crystal Reports

10. SQL Integrated Security and Crystal

11. Integrated Security Issues with SQL2000 and Crystal 8

12. Crystal Reports and SQL 7.0 security

 

 
Powered by phpBB® Forum Software