Welcome Guest, Not a member yet? Register   Sign In
Field Name Problem In CI3
#2

(This post was last modified: 11-24-2014, 03:29 PM by Rufnex.)

I never used this in that way. On SQL Server you can also write id, a, b etc. You can try to disable db debugging. For that change your settings in /application/config/database.php

PHP Code:
    'db_debug' => false

Or you change the value on the fly like

PHP Code:
$this->db->db_debug false;
$this->db->query("SELECT [ID] FROM table");
$this->db->db_debug true

Maybe this work .. but no you have no debugging.

Reply


Messages In This Thread
Field Name Problem In CI3 - by mertdogan - 11-24-2014, 02:39 PM
RE: Field Name Problem In CI3 - by Rufnex - 11-24-2014, 03:24 PM
RE: Field Name Problem In CI3 - by slax0r - 11-25-2014, 01:23 AM
RE: Field Name Problem In CI3 - by Narf - 11-25-2014, 01:35 AM
RE: Field Name Problem In CI3 - by mertdogan - 11-26-2014, 10:16 AM
RE: Field Name Problem In CI3 - by caju - 11-30-2014, 07:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB