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

Refesh data in Orac

Status
Not open for further replies.

trungx

Programmer
Sep 20, 2001
28
0
0
VN
I write JSP use database in ORACLE when I use query clause. When I use insert, Update data in ORAC but it not insert. Can you help me?

Example:
Statement stmt = stmt.executeUpdate("insert ......");
stmt.close();


Trung

 
You should check the javadocs about Statement. There are special methods for the create and update staments.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top