Welcome Guest, Not a member yet? Register   Sign In
CI ODBC driver adding round brackets around table names
#2

[eluser]tajinder.singh88[/eluser]
Try This:-

In function _from_tables($tables) under system/database/odbc/odbc_driver.php:-

remove parenthesis from return statement:-

Instead of:-
return '('.implode(', ', $tables).')';
It should be:-
return implode(', ', $tables);

This works brilliantly for me. I hope it rocks for you as well.
Try it...All the best


Messages In This Thread
CI ODBC driver adding round brackets around table names - by El Forum - 04-27-2010, 08:47 PM
CI ODBC driver adding round brackets around table names - by El Forum - 10-23-2010, 01:41 AM
CI ODBC driver adding round brackets around table names - by El Forum - 02-01-2011, 12:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB