これは私のテーブルがどのように見えるか、これが私のクエリです
query = "insert into archive.exports (DocumentID, from, to, sendDate, dadbox, sonbox, sendBy) values(" + DocumentNum + ", " + from + ", " + to + ", '" + this.date.Value.ToShortDateString() + "', " + DadBox + ", " + SunBox + ", '" + SendBy + "')";
それは私にこのエラーを与えました
誰かがエラーの場所を教えてもらえますか、私の下手な英語でごめんなさい