Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by langnoi

  1. langnoi

    How to use HashSet.contains() to check elements?

    Thanks Stefan and Diancecht for your help. I got it working now.
  2. langnoi

    How to use HashSet.contains() to check elements?

    I'm new to programming and trying to use HashSet.contains() method to check for elements in one HashSet exist in another HashSet. I defined a boolean method, compareString, to check if all the elements in stringExpected exists in stringActual. For some reason, it always return 'FALSE', any...
  3. langnoi

    TestDirector - How to do Multi-Select in Test Lab?

    Hi, I'm using Test Director 7.6 and I have a lot of test cases I need to delete from the Test Lab. The Ctrl-button doesnt work for multi-select. Is there any way to do multi-select to delete a bunch of test cases in one shot? Btw, anyone knows what is the wildcard key when doing filtering...
  4. langnoi

    Sum Query Question

    Thanks LogicalmanUS for your answer...your sql worked like a charm. FYI - I marked your answer as helpful/expert post ;) thanks!
  5. langnoi

    Sum Query Question

    Let's say I have the following table with 2 columns: Table = Account_tbl 1st Column = Account_name 2nd Column = Amount How can I set up sum sql to get the total amounts for all the accounts in the tbls? I wanna get it so that it will display the totals for all the 'Smith' and 'Jones'. Please...
  6. langnoi

    DELETE with INNER JOIN Doesn't Work - Pls Help

    I have the following tables and columns: Table1 with 3 columns: a, b, c Table2 with 1 column: a I want to delete the rows from Table1 whenever there is a match of Table1.a = Table2.a. I tried the following sql but it tries to delete all the rows in Table1 instead of only when there is a...

Part and Inventory Search

Back
Top