Skip to Main Content

Oracle Database Discussions

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!

C++ and getDate()

352188Jan 17 2003 — edited May 16 2006
I am using the C++ interface to extract a Date field from an Oracle table. I first do the

Date edate (env, 2003,1,16,16,30,30)
stmt->setDate(2,edate)
....
....
rset->getDate(1).

This isn't working for me. I get Aborted on the first call. Anyone seen this before?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2006
Added on Jan 17 2003
2 comments
266 views