Closing Crystal Report's Database Connection
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using crystal reports to view data in an access database. The problem I am having is that the report is not releasing the access database.The lock file is still there when I close the Form that the Report is in. I have to close the program and restart to release the database. I have tried the "Dispose" method when closing the form. That seemed to work for a while but I eventually had to close the program again because the database was not being released. Are there any suggestions? I would like to close the Report's connection to the database everytime that I close the Report's form.