Welcome Guest, Not a member yet? Register   Sign In
Oracle cursor problem
#2

[eluser]Weblizard[/eluser]
it is just a guess !
You may need to put ':' before variable's name , change this
Code:
array('name'=>'data', 'value'=>&$curs, 'type'=>OCI_B_CURSOR, 'length'=>-1)
to this
Code:
array('name'=>':data', 'value'=>&$curs, 'type'=>OCI_B_CURSOR, 'length'=>-1)


Messages In This Thread
Oracle cursor problem - by El Forum - 05-30-2008, 01:33 AM
Oracle cursor problem - by El Forum - 05-30-2008, 09:14 PM
Oracle cursor problem - by El Forum - 06-02-2008, 01:11 AM
Oracle cursor problem - by El Forum - 06-02-2008, 01:20 AM
Oracle cursor problem - by El Forum - 06-02-2008, 01:25 AM
Oracle cursor problem - by El Forum - 10-28-2009, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB