command.Parameters.Add("time", OleDbType.Date).Value = time;
command.ExecuteNonQuery();
time的取值为"2013-2-5 19:09:23"执行到第二条语句时,提示错误,请问这怎么改啊?