Guest_imported
New member
- Jan 1, 1970
- 0
Using SQL Server 7, Crystal Reports 8 and VB 6. Have designed some reports using Crystal, and am trying to link them into a VB app. When I try to call up the form (with the report attached), it gives me a "Server has not yet been opened" error. How do I go about opening the server? I've tried
Dim Report As New CrystalReport1
Report.Database.LogOnServer "pdssql.dll", "Server", "Database", "UserID", "Password"
I've also tried
Dim Report As New CrystalReport1
Report.Application.LogOnServer "pdssql.dll", "Server", "Database", "UserID", "Password"
Is there something else I need to do? Is there help on this somewhere?
Thanks.
Dim Report As New CrystalReport1
Report.Database.LogOnServer "pdssql.dll", "Server", "Database", "UserID", "Password"
I've also tried
Dim Report As New CrystalReport1
Report.Application.LogOnServer "pdssql.dll", "Server", "Database", "UserID", "Password"
Is there something else I need to do? Is there help on this somewhere?
Thanks.