Access MDB Password 
Author Message
 Access MDB Password

If i put a password onto an MDB access database file, how to use that
database into cr8 ?

--
Patrick Garceau
(450) 658-8741 Poste 411




Mon, 14 Jul 2003 22:05:39 GMT  
 Access MDB Password
I did this by using the Active Data option instead of the Access option when
I set the data source. This allowed me to specify the database to use as
well as set the database password.


Quote:
> If i put a password onto an MDB access database file, how to use that
> database into cr8 ?

> --
> Patrick Garceau
> (450) 658-8741 Poste 411





Tue, 15 Jul 2003 11:03:13 GMT  
 Access MDB Password
Hi

This work in CR 4.6

    report1.ReportFileName = DBPath & ReportName
    report1.UserName = "admin"
    report1.Password = Chr$(10) & "password"
    report1.Action = 1

Regards
Egil


Quote:
> If i put a password onto an MDB access database file, how to use that
> database into cr8 ?

> --
> Patrick Garceau
> (450) 658-8741 Poste 411





Wed, 16 Jul 2003 01:29:48 GMT  
 Access MDB Password
Hi,

If you have more questions about how to use Crystal, please reference the
article Q100368 in the MSDN. You can also get it from
http://support.microsoft.com/support/kb/articles/Q100/3/68.asp

Thanks,

Robin



Fri, 18 Jul 2003 20:34:10 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. How to access mdb password with datacontrol

2. accessing a password protected Access Mdb

3. Password protected Access.mdb from VB?

4. Password protected Access.mdb from VB?

5. 'how to open an password protected access mdb file

6. 'how to open an password protected access mdb file

7. 'how to open an password protected access mdb file

8. 'how to open an password protected access mdb file

9. CR with password protected Access MDB...

10. Accessing Password MDB with Crystal OCX

11. URGENT:Password problem with access mdb

12. how to access mdb which is protected by password

 

 
Powered by phpBB® Forum Software