Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inserting Null Value for Date Column

843854Aug 19 2004 — edited Aug 19 2004
Hi,

I am facing problem while inserting Date as Null using stored Procedure.

InsDBCallStat = InsDBCon.prepareCall("{call VerifyUpdate(?)}");
InsDBCallStat.setNull(1,types.Date);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 16 2004
Added on Aug 19 2004
4 comments
138 views