Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Why I cannot update the table?

Why I cannot update the table?

From: ftp <shyan_at_cse.cuhk.edu.hk>
Date: 25 Oct 2001 08:43:26 GMT
Message-ID: <9r8jbe$3o$2@eng-ser1.erg.cuhk.edu.hk>


I have installed Oracle8i in Windows 2000. I can use update table_name set fieldname=value to update a record in sqlplus.
Hoever, when I use JDBC (thin driver and OCI driver) and SQLJ, the program will block after calling uppdate table_name set fieldname=value. I need to press Ctrl-C to terminate the program.

Why I cannot update record in database through Java program?

-- 
Received on Thu Oct 25 2001 - 03:43:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US