Well, it's an option I selected when connecting to the database as I made a new report. I think (not sure) that it was save the database to file.
Have you tried setlogoninfo or logonserver already?
That seems to be the most common solution even though it wasn't for me.
It could also be your...
version 8.5
and here's my code:
************************************************
Set rep = new CrystalReport1
'I tried this method first
rep.Database.LogOnServer "p2sodbc.dll", "EquipLoan", "equiploans", "user", "pass"
rep.Database.Verify
'Then I replaced it with this one...
Hi there
I've been done with an app for days now yet have been stuck on this problem. I'm connecting to an SQL server using OLE DB and p2soledb.dll. I created a report in Crystal then added it to my VB project and modified the sqlquerystring and everything works fine.
However, it will only work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.