Crystal Report Log On Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I use the code below , I encounter the login error. But I am sure
I am using the correct login and password and I was test using Query Analyzer

Set crReport = crApp.OpenReport("C:\report1.rpt")
Call crApp.LogOnServer("P2SSQL.DLL", "(local)", "Northwind", "sa", "sa")
crReport.Database.Verify

Please tell which part I am doing wrong ..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top