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

Home -> Community -> Usenet -> c.d.o.server -> oracle 1006 error with prepared statement

oracle 1006 error with prepared statement

From: Thomas Vatter <thomas.vatter_at_blinx.de>
Date: 29 Apr 2001 23:52:11 +0100
Message-ID: <Xns9092E7F4C8D2Fthomasvatter@192.168.115.1>

I have the 1006 error with the statement:

prepstmt = conn.prepareStatement
(
select col from table where col = '?'
);

The parameter is set with setString().
I tried with the oracle 815 and 817 drivers. Received on Sun Apr 29 2001 - 17:52:11 CDT

Original text of this message

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