I have an app that I am building in VS2005 and with VB2005, which has an embedded database. When I use the app in debug mode I add data to the database using my app, which places the info in the database. When I close the app and open it and then close it, I lose the database information. I have chosen to have the database as an embedded resource, but I cannot figure why the info will not stay. Any ideas?
I am building it from scratch. When you add the datasource to project it allows you to copy it to the project, to the output directory which I have done. I have doen this so the database does not have to installed seperatly on the client machine. I am usin Access 2003 if that helps,
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.