I'm working on creating an app in VB that uses the .dll implementation of the Crystal RDC. Version is 8.5. Anyways, I have a line of code like this to open the report:
'Open the report
Set Report = crxApplication.OpenReport(strPath & strName & ".rpt", 1)
crxApplication.LogOnServer "pdsodbc.dll", "Mendocino", "Sonoma", "report", "report"
My question is, for the LogOnServer method, what is the "pdsodbc.dll" file for? This line works on my machine, even though I can't find a pdsodbc.dll file on my machine, I just used this because that's what the example said to use. The reason I'm concerned, is because one of the machines I'm testing on (it is winXP) pops up an error message saying it can't find the library pdsodbc.dll (which I can't find on my machine either, but I don't get an error). Thanks,
Jacob438
'Open the report
Set Report = crxApplication.OpenReport(strPath & strName & ".rpt", 1)
crxApplication.LogOnServer "pdsodbc.dll", "Mendocino", "Sonoma", "report", "report"
My question is, for the LogOnServer method, what is the "pdsodbc.dll" file for? This line works on my machine, even though I can't find a pdsodbc.dll file on my machine, I just used this because that's what the example said to use. The reason I'm concerned, is because one of the machines I'm testing on (it is winXP) pops up an error message saying it can't find the library pdsodbc.dll (which I can't find on my machine either, but I don't get an error). Thanks,
Jacob438