Android
Active member
- Joined
- Mar 6, 2007
- Messages
- 35
- Programming Experience
- 1-3
The program I have written uses an Access database for the data storage. When I first wrote it a few months ago everything worked perfectly. I have now come back to make some changes to it.
I made some small modifications to the code but nothing to the database code. I then try to run it in the debugger to test the changes and it complied with no errors but as soon as I try to use the database I keep getting errors.
These errors are all different, some cant find the table, and on other things it cant find the field. If I try to run the program outside of VS then it all works fine and there are no problems with it.
Is there some setting in Visual Studio that would cause this to happen as I have never seen it before.
Thanks.
I made some small modifications to the code but nothing to the database code. I then try to run it in the debugger to test the changes and it complied with no errors but as soon as I try to use the database I keep getting errors.
These errors are all different, some cant find the table, and on other things it cant find the field. If I try to run the program outside of VS then it all works fine and there are no problems with it.
Is there some setting in Visual Studio that would cause this to happen as I have never seen it before.
Thanks.