


I have a database in which I insert a row with a simple insert.
Something like this:
OleDbDataAdapter1.InsertCommand.CommandText = "INSERT INTO gereserveerd(datum, leraar, lokaal, omschrijving, uur) VALUES ('" & TextBox1.Text & "', '" & TextBox2.Text & "', '" & TextBox3.Text & "', '" & TextBox5.Text & "', '" & Label1.Text & "')"
Works perfectly, the values get written, but when I do a select on the database, the values I just wrote into it, will not show up. other values that also correspond to the query do show up. what is wrong here? mail me please!!
He who dies with the most toys still dies