hi to all,
i am new to jsp..i want to update the table using stored procedure in jsp program..can any one please solve my problem.need code to execute that..anyone help me..

What kind of stored procedure. Do you know how to call that procedure from an sql editor?
I would suggest to use PreparedStatements or better:
CallableStatement.
For more info show what you have done so far.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.