Binding Column name and Values together using JDBC [message #92617] |
Mon, 18 October 2004 04:55 |
Mukul K Chauhan
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
I'm getting a problem with JDBC driver for Oracle 9i
Release (9.2.0.1.0) when binding Column and values together.
I'm having a preparedStatement with query:
Update
set ? ;
And set the whole string with Column and Value.
It generates problem/exception.
While same things may happen using SQL *Plus
using ?.
Anybody tried it...
Plz give solution to this problem....
|
|
|