CodeIgniter Forums
database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: database (/showthread.php?tid=43496)



database - El Forum - 07-13-2011

[eluser]dang2man[/eluser]
hii to all

does codeigniter support sql server?

if yes

how to connect to sql server?


database - El Forum - 07-13-2011

[eluser]Unknown[/eluser]
Wow

Yes, CodeIgniter does support SQL servers (MySQL, MSSQL, MySQLi, ODBC, Postgre, SQlite as well as some others right out of the box. There are probably several more third-party "plugins" that will work with CI as well.

As far as you wanting to know how to connect to an SQL server, I would say go have a read at the CodeIgniter.com User Guide. Familiarize yourself with CI by doing some tutorials and then look in the User Guide for the database section.


database - El Forum - 07-14-2011

[eluser]dang2man[/eluser]
thanks mikeken763
i will read user guide