How to open the sql data base in crystal report?
Using VB 6, SQL server 2000, Crystal Report 8.5
My code.
CR.DataFiles(0) = App.Path & "\Database\DUAL_ACS.mdf"
CR.ReportFileName = App.Path & "\rpt_attendancereport.rpt"
CR.Action = 1
But it showing “Cannot Open Sql Server”
What wrong in my code.
Need VB 6 code Help?