Logon Failed Invalid Password Using Crystal9


2004-02-19 10:42:43 PM
delphi82
Hi Everybody,
I am trying to Login to SQLBase using LogonServer method, it is ok if I
pass blank password because it uses default one but if I pass
different password gives me error.
crReport := Application1.OpenReport(ExtractFileDir
(forms.Application.ExeName) + '\' + qFaxToSend.FieldValues['FaxForm']
, crOpenReportByTempCopy);
crReport.DiscardSavedData;
Application1.LogOnServer('p2sODBC.dll',FLoginInfo.DSN,FLoginInfo.Database,FLoginInfo.UserID,FLoginInfo.Password);
I am not sure but I think the DLL file is not the right one.
any help would appreciated.