Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trusted Connections

Status
Not open for further replies.

openpro

Programmer
Nov 15, 2001
8
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top