I got problem in providing the User Id and Password in Crystal Report of Windows Form. I used Windows Authentication when connecting to SQL Server and sometimes use the sa account with sql server authentication. So I tried the Server name with a blank password but it failed. I also try the sa login of sql server authentication providing the same password I used when I'm connecting to sql server. Is User Id different from Login Name of sqlserver? How will I provide the User Id and password in Crystal Reports?
I also try to add dynamic logon parameter with UserID as sa and with it's password. But still failed.
I already know how to connect my application in database but I think it is different from crystal reports.