working with access database update statment not working
问题 string date= DateTime.Now.ToString("d.M.yyyy",System.Globalization.DateTimeFormatInfo.InvariantInfo); String MyString = @"UPDATE cas SET Odhod= '" + label1.Text + "' WHERE sifra = " + textBox1.Text + " and Datum = "+date+""; When I do thise update without Datum it works, but with Datum doesn't work. I'm connected to accesss database, and Datum field type in table is date/time Guys please help. Hire is the program: https://www.dropbox.com/s/hx4zduvul8mh2uy/8.4.zip Pictre of problem: http:/