What is the correct syntax to connect Crystal Reports through Visual Basic 6 to an Access 2000 database, in order to show the specified fields?
When i need to connect to an SQL 2000 database i use the following code:
Report.Database.LogOnServer "p2ssql.dll", "ServerName", "DatabaseName", "username", "password"
form.CrystalViewer.ReportSource = Report
form.CrystalViewer.ViewReport
this is a dead serious urgent matter. i'm facing a project deadline and need this really badly.
Any help would be apreciated...
Thankx in advance!!!
When i need to connect to an SQL 2000 database i use the following code:
Report.Database.LogOnServer "p2ssql.dll", "ServerName", "DatabaseName", "username", "password"
form.CrystalViewer.ReportSource = Report
form.CrystalViewer.ViewReport
this is a dead serious urgent matter. i'm facing a project deadline and need this really badly.
Any help would be apreciated...
Thankx in advance!!!