pls how can i open from inside vb a CR report designed using a passworded Database.
I am using vb6, crystal report 8.5 with Access 2000 Database.
I passed my connection string to the Control Connect property like this
cr.connect=oCnn.Connectionstring
my connection string has something like
"Provider=...;data source=c:\mydatabase.mdb;Jet OLEDBassword=myPswd"
when i try to open the report from my vb module, i get the error
Incorrect Session parameter
Can i really used a passworded database with CR8.5
thanks in advance as you are willing to offer me help
I am using vb6, crystal report 8.5 with Access 2000 Database.
I passed my connection string to the Control Connect property like this
cr.connect=oCnn.Connectionstring
my connection string has something like
"Provider=...;data source=c:\mydatabase.mdb;Jet OLEDBassword=myPswd"
when i try to open the report from my vb module, i get the error
Incorrect Session parameter
Can i really used a passworded database with CR8.5
thanks in advance as you are willing to offer me help