Как устранить эту ошибку "несоответствие типов данных в выражении критериев"?
Если операция = "Новая", то
chargementdb()
команду cmd = новый oledb для.Объект oledbcommand
УМК.CommandText = "вставить в note1(numprof,nummat,nume,noteDT,typenote,dtenote)values(@numprof,@nummat,@nume,@noteDT,@typenote,@dtenote)"
УМК.Подключение = Чиангмай
cmd.параметры.AddWithValue ("@numprof", txtidprof.Text)
cmd.параметры.AddWithValue ("@nummat", combomatiere.Text)
cmd.параметры.AddWithValue ("@nume", txtmatricule.Текст)
cmd.параметры.AddWithValue ("@noteDT", txtnote.Текст)
cmd.параметры.AddWithValue ("@typenote", combotyppenote.Текст)
cmd.параметры.AddWithValue("@dtenote", txtmatricule.Текст)
'MsgBox(DateTimePicker1.Value.Дата)
'MsgBox("prof" & txtidprof.Text)
'MsgBox("matiere" &combomatiere.Text)
'MsgBox("matricule" & txtmatricule.Текст)
'MsgBox("Примечание" & txtnote.Текст)
'MsgBox("type note" & combotyppenote.Текст)
'MsgBox("дата" & txtmatricule.Текст)
УМК.Метод executenonquery()
Что я уже пробовал:
Я пытаюсь вставить в таблицу Примечание 1.