Welcome Guest, Not a member yet? Register   Sign In
where is called _escape_table ?
#1

[eluser]Zandy[/eluser]
seeing the following http://ellislab.com/forums/viewthread/86055/P15/


This is the funcion in mssql_driver.php
function _escape_table($table)
{
return '['.$table.']';
}

but, Continued error

Quote:A Database Error Occurred

Error Number:

SELECT * FROM "tbl_usuario" WHERE "id_usuario" = '5' AND "token" = 'AAA'

_escape_table is called ?? by Active record ?/

CI version 1.6.3

greetings :-D
#2

[eluser]dcunited08[/eluser]
The function should be called by Active Directory, did you add the function (should not have worked) or changed the existing function. What is your calling code ($this->db->get("tbl_usuario")Wink




Theme © iAndrew 2016 - Forum software by © MyBB