How can i manipulate object with ansi dynamic sql 4? [message #136599] |
Thu, 08 September 2005 22:14 |
lanying
Messages: 2 Registered: September 2005 Location: china
|
Junior Member |
|
|
hi, i defined a object array type like this: TYPE arrtype VARRAY(20) OF VARCHAR(100), and i have some function that return a parameter of type arrtype. now, i want to use the ansi dynamic method 4 to get the return value returned by my function. i think the right way is to define a host variable and bind it with input descriptor. so i defined a OCIArray host variable in my pro*c file, but it seems that the precompiler does not recognize it. i've include oci.h.
os:windows 2000 pro
database: oracle 9i
precompiler option: mode=ansi parse=full
[Updated on: Thu, 08 September 2005 22:23] Report message to a moderator
|
|
|