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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MrRaleigh

    SELECT FOR UPDATE query:

    Hi, I'm trying to query an AS/400 using a Java servlet containing the code below. Unfortunately I keep getting the error "FOR UPDATE CLAUSE NOT VALID" - I can't see where I'm going wrong though. . . Can anyone help? Connection connection = null; Statement stmt = null; ResultSet rs = null...

Part and Inventory Search

Back
Top