R
route_coder
I am using access database to create a crystal report in VB.NET
Everything works fine when I run on my machine. But when I am
deploying it other windows machines. It is asking for database server
name and logon information. The problem which I understood from this
is that the path is hardcoded in the crystal report and the database
is in my bin folder. when I run my app on other machines it is looking
for the database in that folder and when it is not finding it, it is
prompting me to enter the database location.
Please help me how to get around this problem so that crystal report
can take database file from the application start up path rather than
hard-coding the path.
It is quite frustrating to know crystal reports hard codes the
database path
Everything works fine when I run on my machine. But when I am
deploying it other windows machines. It is asking for database server
name and logon information. The problem which I understood from this
is that the path is hardcoded in the crystal report and the database
is in my bin folder. when I run my app on other machines it is looking
for the database in that folder and when it is not finding it, it is
prompting me to enter the database location.
Please help me how to get around this problem so that crystal report
can take database file from the application start up path rather than
hard-coding the path.
It is quite frustrating to know crystal reports hard codes the
database path