Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> how to insert sequence value using prepared statement
I am using oracle db server 10g on windows 2000 platform, the
application use jdbc connection, all of the tables has a column named
id, i would like to use sequence to insert the value to this column,
as i know, you can insert sequence_name.nextvalu to this column for
each insert row, but if our insert statement use prepared statement,
how to prepare this column to insert sequence value? thanks
Received on Wed Nov 03 2004 - 11:04:19 CST
![]() |
![]() |