Insert, Update, Delete are not applied on SQL Server CE database file for Windows Mobile
问题 I am developing a Windows Mobile 6.5 application with C# using Visual Studio 2008, it's connected to a SQL Server CE database. I used this code to insert rows, the value of each column is related to a textBox string : namespace GesTPL { public partial class Form4 : Form { public Form4() { InitializeComponent(); } public Form RefToForm1 { get; set; } static String pathDir = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase); static String