每次我点击保存按钮,它说标准表达式中的数据类型不匹配是什么意思?
Try
command = New OleDb.OleDbCommand
With command
.Connection = cn
.CommandType = CommandType.Text
.CommandText = "INSERT INTO [tbl_monitoring] ([DelNum], [PlateNum], [Driver], [Helper], [DateDel], [Customer], [Product]) VALUES ([@DelNum], [@PlateNum], [@Driver], [@Helper], [@DateDel], [@Customer], [@Product])"