Welcome Guest, Not a member yet? Register   Sign In
_protect_identifiers rawr
#1

[eluser]The Casual Bot[/eluser]
hello,

im useing two dbs a mysql and mssql i got them bith connecting ok

but runing ar against my mssql db uses the _protect_identifiers method is there a way a can stop this while run against mssl db???

as the sql the sql is then wrong
#2

[eluser]The Casual Bot[/eluser]
owwwww no answers Sad
#3

[eluser]WanWizard[/eluser]
How about
Code:
$this->db->_protect_identifiers = FALSE;
Which you could have found in 10 seconds by looking at the CI database driver code...




Theme © iAndrew 2016 - Forum software by © MyBB