I am using SQL Server 2008 in a Visual Basic 2010 application.
I can enter data thru the application and not see any problems. But when I exit Visual Studio and then start Visual Studio and open my project the data i proviously entered is gone.
I am using SQL Server 2008 in a Visual Basic 2010 application. I can
Share
Did you import the .mdf to your project? If so, check to ensure you are not over-writing it each time you start your project.