Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7168695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:49:53+00:00 2026-05-28T14:49:53+00:00

Am using struts 1.3.8 framework in netbeans 6.9 and I want to update a

  • 0

Am using struts 1.3.8 framework in netbeans 6.9 and I want to update a value in the database by using preparedStatement. It keeps giving mew an error that ( No value specified for parameter 3) and I don’t know what is that parameter cause am setting a value by defining the id. I am appreciating your hard work and hope you help me with that.

This is my code:

try{
    // update the item Qyt in the item table after checking it out
    PreparedStatement ps2 = (PreparedStatement) con.prepareStatement("UPDATE item SET itemQyt=? WHERE itemID=?"
             + " VALUES (?,?)");
    ps2.setInt(1, newQuantity);
    ps2.setInt(2, itemID);
    int updateRows = ps2.executeUpdate();
    ps2.close();

} catch (Exception e) {
    errors.add("SQLUpdatingItem", new ActionMessage("errors.SQLUpdatingItem"));
    System.out.println("ERROR Updating : Did not Update the itemQyt in the item table which the itemId is : " + itemID + " and the new Qyt is :" + newQuantity + " " + e);
}

and this is the error msg:

ERROR Updating : Did not Update the itemQyt in the item table which
the itemId is : 7 and the new Qyt is :9 java.sql.SQLException: No
value specified for parameter 3

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T14:49:54+00:00Added an answer on May 28, 2026 at 2:49 pm

    Drop the values part. The UPDATE statement has no values part.

    "UPDATE item SET itemQyt=? WHERE itemID=?"
    

    (VALUES is part of the INSERT statement.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to start using Struts 2 framework, I download Struts 2.2.3 , and
Earlier I was using Netbeans,and it had all framework in it like struts ,spring,hibernate.As
I am using hibernate, spring, struts framework for my application. In my application, each
I am using hibernate 3.2 with struts 1.2 framework here is the details of
Almost every new Java-web-project is using a modern MVC-framework such as Struts or Spring
I am using Struts 2.1.8.1 . I want to use tags, supplied by struts
I am using Struts and Java. The problem is that I have a page
I am using Struts application while running welcome page is run successfully after that
I am using Struts 1 framework and i have a query regarding the logic:iterate
My existing application is built using struts 1 framework and I m adding new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.