Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 1.7.2 with MS Sql Server and Oracle
#4

[eluser]shane_[/eluser]
Yeah your code should be the same for the most part. The main thing is getting your server configured to talk to the database servers. I don't have any experience with PHP on Windows but there is a SqlSrv PHP extension which is a library developed by Microsoft for PHP 5.3+. Linux is a little tricky. There is a MSSQL PHP extension for Linux but I've never used it. SQL Server uses a protocol called tabular data stream for communication. FreeTDS is a library that implements this protocol on Linux. So whether you use the MSSQL extension or ODBC on Linux you'll need FreeTDS. As far as CodeIgniter drivers I've only used mysqli and odbc. I've used odbc with both SQL Server and DB2.


Messages In This Thread
Codeigniter 1.7.2 with MS Sql Server and Oracle - by El Forum - 04-05-2011, 06:29 AM
Codeigniter 1.7.2 with MS Sql Server and Oracle - by El Forum - 04-05-2011, 12:58 PM
Codeigniter 1.7.2 with MS Sql Server and Oracle - by El Forum - 04-05-2011, 02:18 PM
Codeigniter 1.7.2 with MS Sql Server and Oracle - by El Forum - 04-05-2011, 03:06 PM
Codeigniter 1.7.2 with MS Sql Server and Oracle - by El Forum - 04-06-2011, 12:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB