Local database inserts not being stored
问题 This is probably a stupid mistake of me.. but I can't seem to understand it. I've created a new, empty C# Windows Forms application. I added a Database (Based on a dataset) and have the file stored in my solution explorer. I've added a table Test with column Name . I add a record using new SqlCeCommand("insert into Test values('Name')", new SqlCeConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString)).ExecuteNonQuery(); However, I've even tried retrieving the