Hi,
I am using CR XI, Access 2000.
We have created a deployment package using merge modules.
We installed in successfully on 2 PCs. Both the PCs never had CRystal Reports or Visual Basic installed.
I am getting a Logon failed error message on one of them. The other machine does not give any such message.
The crystal report connects to the database as follows:
Dim connectioninfo as CRAXDRT.ConnectionProperties
set connectioninfo = Report.Database.Tables(1).ConnectionProperties
connectioninfo.item("Database Name") = "C:\Test.mdb"
connectioninfo.item("Database Password") = "PWD"
What could be wrong with this code ?
I am using CR XI, Access 2000.
We have created a deployment package using merge modules.
We installed in successfully on 2 PCs. Both the PCs never had CRystal Reports or Visual Basic installed.
I am getting a Logon failed error message on one of them. The other machine does not give any such message.
The crystal report connects to the database as follows:
Dim connectioninfo as CRAXDRT.ConnectionProperties
set connectioninfo = Report.Database.Tables(1).ConnectionProperties
connectioninfo.item("Database Name") = "C:\Test.mdb"
connectioninfo.item("Database Password") = "PWD"
What could be wrong with this code ?