CodeIgniter Forums
Invalid object name 'TM_ACL'. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Invalid object name 'TM_ACL'. (/showthread.php?tid=815)



Invalid object name 'TM_ACL'. - projack89 - 01-20-2015

Hi All, I have a question.
I use CI 2.1.3 using SQL Server 2012 and connect with dbdriver = mssql and I use Zend Server PHP 5.2

I got error like this when try Login in my application
Invalid Object Name"TM_ACL"
I am sure the table Name is correct
I tried to copy that error query to SQL Server Management Studio and it's works

I have search on google and follow this 

http://stackoverflow.com/questions/1362531/sql-server-invalid-object-name-but-tables-are-listed-in-ssms-tables-list
but still get error

What's wrong with my application ? Is there a bugs in Codeigniter Driver "mssql" ?

Any ideas ?

Thank you


RE: Invalid object name 'TM_ACL'. - CroNiX - 01-21-2015

Hard to help since you posted no relevant code.