Welcome Guest, Not a member yet? Register   Sign In
Clueless: odbc from Linux to a SQL Server Database
#2

[eluser]pickupman[/eluser]
I am using CI to connect to a odbc database. You need to configure/set up the odbc connection on the server where CI is. The database name should be the DSN name you made when creating the connection to the database. For example, in my setup I have a Microsoft Access DB file called custom.mdb that's on a workstation computer. I created a ODBC connection on the server called Paintmakr. So I have
Code:
$db['default']['database'] = "Paintmakr"; //User DSN name


Messages In This Thread
Clueless: odbc from Linux to a SQL Server Database - by El Forum - 06-03-2010, 03:51 PM
Clueless: odbc from Linux to a SQL Server Database - by El Forum - 06-03-2010, 07:20 PM
Clueless: odbc from Linux to a SQL Server Database - by El Forum - 06-04-2010, 05:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB