I have a problem with the connection password...
I have created a report on Crystal report and all works nice... the connection is ok and the feild appear.
frmRapport rap;
rap = new frmRapport();
rap.crVue.ReportSource =
@"..\..\Rapport\crEndroit.rpt";
rap.ShowDialog();
my Data Base is protected by a password...
when I open my form... there is a Database login windows that appear... I try the password and it doesn't work... I try to leave the feild empty and it's still doesn't open
what should I do