Crystal Report Prompts for Password
Hi all,
I am developing a small application with VB 2005 and MS Access 2003 for a database that is password protected. Each time I open my Crystal Report I am prompted to enter Database Login password.
What can I do so that I am not asked to enter a password when opening the report?
Re: Crystal Report Prompts for Password
Fill a datatable and bind that to the report rather than letting crystal log in to your db.
Re: Crystal Report Prompts for Password
Thanks, that makes sense indeed.