C++ and getDate()
352188Jan 17 2003 — edited May 16 2006I 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?