Welcome Guest, Not a member yet? Register   Sign In
Error Mesage from oci8 ocifetchinto()
#11

[eluser]crossett[/eluser]
Another update you may want to make is to the _set_stmp_id function in oci8_driver.php

Code:
//if ( ! is_resource($this->stmt_id))
//{
   $this->stmt_id = ociparse($this->conn_id, $this->_prep_query($sql));
//}

If I understand correctly, if you execute more than one query per client request, the same prepared statement will be use for each query.

Another note....the oci8 driver in CI doesn't support true bind variables. I would hope that it would be available in the next release of CI. I currenly have to use ADODB instead of the $this->db object to make use of bind variables.


Messages In This Thread
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-07-2007, 09:32 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-07-2007, 02:58 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-08-2007, 12:14 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-09-2007, 06:18 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-16-2007, 05:56 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-16-2007, 07:19 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 09-07-2007, 02:31 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-24-2007, 03:32 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-25-2007, 02:13 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-25-2007, 02:44 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-26-2007, 06:07 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 12-18-2007, 07:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB