Hi, Currently tasked with migrating Informix ESQLC files to Oracle Pro*C and have a few questions. First, we use a lot of proprietary Informix functions within our embedded ESQLC code such as:
rstrdate( ), rtoday( ), rjulmdy( ), etc.
Any pointers on how to convert these in Oracle Pro*C?
Another thing I'm struggling with understanding is the Oracle date datatype. In Informix, we use type long in our embedded sql C code for any host variables dealing with dates for the Informix tables.
But in Oracle, I'm under the impression that dates aren't communicated back and forth as long, but as char? Or can we still specify host variables as type long?
Advice appreciated, Thank you Karen