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 -> writing in oracle database with java

writing in oracle database with java

From: Stefan Seidel <sseidel_at_uni-muenster.de>
Date: Fri, 29 Aug 2003 17:13:44 -0700
Message-ID: <binqkn$14ia$1@redenix.uni-muenster.de>


Hi NG,

i'm trying to create tables and to insert data into these tables using oracle.jdbc.

(first a "create table" statement and then couple of "insert into" statements)

There are no problems except for the last table. The table is created but the data is not inserted.

This happens regardless of if i create 3,4,5 etc. tables with the last table.

what am i doing wrong?

Stefan Received on Fri Aug 29 2003 - 19:13:44 CDT

Original text of this message

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