Hi!
i want to write a code in php,which executes a stored procedure in db2. so i hv used a function
$res=sqlrcur_prepareQuery($cur,"call eseinst.ins_state(?,?,?,?,?,?,?)");
echo $res;
it is giving error,
Fatal error: Call to undefined function: sqlrcur_preparequery()
i suppose ,this is an in-build fun, so is there any file that should be included for support?
i hv alredy written a procedure in db2 and i just want to execute it thr' php.
Juilee