Home » Developer & Programmer » Precompilers, OCI & OCCI » 2 dimensional host varchar array
2 dimensional host varchar array [message #181244] Fri, 07 July 2006 11:11
hrishy
Messages: 25
Registered: August 2005
Junior Member
Hi

I have a 2 dimensional host array like this

exec sql begin declaration
ora_end_dt  varchar2[10][10]
exec sql end declaration

now using a cursor i fetch into the ora_end_dt column some value
 cursor my cursor is 
 select date from my_table

fectch date into ora_end_dt

now i want to do printf but what is the syntax that i need to use for printf for printing the values in ora_end_dt variable ?

regards
Hrishy

Previous Topic: ROWID Null Possible
Next Topic: Pro C report not working . Is the problem PC -related ?
Goto Forum:
  


Current Time: Thu Mar 28 04:57:22 CDT 2024