Crystal Reports - Trusted Connection
I'm working on a designing a RDC application with Crystal Reports.
Does anyone know how to run a report which connects to the database (SQL Server 2000) using a trusted connection?
:confused: Is something like this...
Set oCrystalReport = oCrystalApp.OpenReport(sReportFileName)
oCrystalReport.Database.LogOnServer "p2ssql.dll", "my-server"
Re: Crystal Reports - Trusted Connection
Bonker,
did you get an answer? I have to port a legacy VB6 system that uses Crystal 6 to windows authentication. Can you help with some advise?