strSQL =
strSQL = strSQL +
oleDbConnection.Open()
myCommand.ExecuteReader(CommandBehavior.CloseConnection)
oleDbConnection.Close()