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

[eluser]krasnik[/eluser]
Quote:Severity: Warning

Message: ocifetchinto() expects parameter 1 to be resource, null given

Filename: oci8/oci8_result.php

Line Number: 159

I get this message while doing this with the DB-Driver oci8:

Code:
$this->db->select('*');
    $this->db->from('TABLE');

    $query = $this->db->get();
    $array = $query->result_array();

I get all the results correctly out of the database, but also i this this error message. What's wrong here?

btwe.: i'm around here some time now and i like CI more and more. I use CI for my home pleasure with mysql (with works great) but now i have to use it for work and the oracle driver (with makes some problems). Please help me otherwise i'm forced to use PERL for web programming and that sucks Wink.

Thank you!


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