Newbie: How to select into a char pointer in Pro*C?
EricMaDec 16 2004 — edited Jan 10 2005All Pro*C samples I have seen selects a VARCHAR2 column into a host char array. I want to used a char * instead. However, each time I run the program after successful Pro*C and C compilation, I get a critical error. Can someone share some working code using char * rather than char []? Thanks very much.