Dec 10, 2001 #1 trungx Programmer Sep 20, 2001 28 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
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
Dec 11, 2001 #2 dennisGuru Programmer Sep 14, 2001 37 NL You should check the javadocs about Statement. There are special methods for the create and update staments. Upvote 0 Downvote
You should check the javadocs about Statement. There are special methods for the create and update staments.