Using VB6, Win2000 server and an SQL database with Crystal Reports 8.5
I am successfully logging on to my data source with the following.
With crxReport.Database.Tables(1)
.SetLogOnInfo CStr(.LogOnServerName), CStr(.LogOnDatabaseName), CStr(.LogOnUserID), CStr("Password"
End With
However I would like to do the same using trusted connections rather than passing a userID and password. Can this be done?
I am successfully logging on to my data source with the following.
With crxReport.Database.Tables(1)
.SetLogOnInfo CStr(.LogOnServerName), CStr(.LogOnDatabaseName), CStr(.LogOnUserID), CStr("Password"
End With
However I would like to do the same using trusted connections rather than passing a userID and password. Can this be done?