Good day to you all, am currently working on a windows application. I used sql compact edition for the database. But the first problem i got was that it kept giving me errors i copied and pasted to error code on google and I got an article that says I should change the cpu type from "Any CPU" to x86. That solved the error thingy. But each time I added things to the DB, closing and re-opening the app, or probably editing the DB schema always result to lost of all records. If I add a new record, I will be able to percieve it in the DB through the select query I had written in the app. But when I tried to check it through the server explorer, i wont see anything. Please help me on that.
Another thing is that I wish to use a MDI form for the main window and have other windows as the parent so that the app will always run as a single app and appear like that at the status bar. I don't want all the forms i opened while running the app to take a place on this status bar. I have done it before in VB6.0 but i don't know the way out on Visual Studio 2008. Please help. Thanks.