Line 30: OleDbCommand build = new OleDbCommand(sqlstr, conn); Line 31: conn.Open(); Line 32: build.ExecuteNonQuery(); Line 33: conn.Close(); Line 34: }