we have daclared the datatype as number(10,4).to fetch the value from the database to vc++ program we are using ORACLE

CALL INTERFACE(OCI) 'odefin'.

it defines the variable in which output is to be fetched.


odefin(Cda_Def *cursor, sword pos, ub1 *buf,

sword bufl, sword ftype, ,

[sb2 *indp], , ,

, [ub2 *rlen],

[ub2 *rcode]);


what should be the datatype of parameters 3,4 and 5?

from,

Durga Gumaste