Welcome Guest, Not a member yet? Register   Sign In
Using CI with Oracle Stored Procedures
#5

[eluser]Jbeetle[/eluser]
I had to modify all drivers but still probem with cursors.

My code in model:

public function GetUsers(){

$cursor = $this->db->get_cursor();
$this->db->stored_procedure("jile","get_roles" ,array
(array
('name' => ':cRoles',
'value' => $cursor,
'type' => OCI_B_CURSOR,
'length' => -1)
)
);
}

displays:

ORA-24374: in file oci8/oci8_result.php, Line Number: 154


Messages In This Thread
Using CI with Oracle Stored Procedures - by El Forum - 07-22-2009, 08:05 AM
Using CI with Oracle Stored Procedures - by El Forum - 07-22-2009, 09:54 PM
Using CI with Oracle Stored Procedures - by El Forum - 08-04-2009, 01:02 PM
Using CI with Oracle Stored Procedures - by El Forum - 08-04-2009, 05:01 PM
Using CI with Oracle Stored Procedures - by El Forum - 10-28-2009, 07:24 AM
Using CI with Oracle Stored Procedures - by El Forum - 09-10-2010, 07:26 PM
Using CI with Oracle Stored Procedures - by El Forum - 09-11-2010, 01:10 AM
Using CI with Oracle Stored Procedures - by El Forum - 05-25-2011, 08:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB