我不知道为什么日期和时间没有保存在我的Access数据库中。我按照一些教程,但似乎我的代码有一些问题。
DateTime getdate = DateTime.Now;
String time = getdate.ToString("F");
当我添加
OleDbCommand cmdInsert = new OleDbCommand(@"insert into TblInventory (ItemCode,ProductName,Quantity,DateTime)
values ('" + txtItem.Text + "','" + txtProduct.Text + "','" + txtQuantity.Text + "','" + time +"')");
cmdInsert.Connection = con;
cmdInsert.ExecuteNonQuery();
我的股票。请帮忙。谢谢你们
错误表明insert into statement