StormbringerX
Programmer
Hi all,
Recently my company changed from using User Password info to log into SQLServer to using Windows Authentication. I'm currently having a problem with making Crystal Reports understand that I need to logon using the Win Authentication. I've tried changing the Database Location information but with no luck. The code that was being used is as follows:
'Log it on
For intLoop = 1 To intNoTables
crReport.Database.Tables(intLoop).SetLogOnInfo strServerName, strDatabaseName, strUserName, strPassword
Next
Admittedly I'm not some sort of Crystal Reports Super User. Can anyone point me in the right direction?
Thanks
Dave
Recently my company changed from using User Password info to log into SQLServer to using Windows Authentication. I'm currently having a problem with making Crystal Reports understand that I need to logon using the Win Authentication. I've tried changing the Database Location information but with no luck. The code that was being used is as follows:
'Log it on
For intLoop = 1 To intNoTables
crReport.Database.Tables(intLoop).SetLogOnInfo strServerName, strDatabaseName, strUserName, strPassword
Next
Admittedly I'm not some sort of Crystal Reports Super User. Can anyone point me in the right direction?
Thanks
Dave