CodeIgniter Forums
problem with ms-sql multiple database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: problem with ms-sql multiple database (/showthread.php?tid=42093)



problem with ms-sql multiple database - El Forum - 05-26-2011

[eluser]Unknown[/eluser]
Hi,
My program contains multiple mysql and mssql database. It is ok dealing with multiple mysql databases and a single ms-sql database. I am not having any problems with it. But while dealing with multiple ms-sql databases, I get the following error:

A Database Error Occurred

Error Number:

Invalid object name ...


If I comment the code for loading the any one of the databases, it works.
Please help me out..

Thanks in advance