I'm trying to install the latest LimeSurvey (1.91) on CentOS with Apache, using MS-SQL. However, I've been unable to do so using any of the drivers.
- mssqlnative gives the error: 'mssqlnative extension not installed'. Is there something I need to do to install it?
- mssql_n gives the error: 'Can't connect to LimeSurvey database. Reason: ' (that's literally all it says; no reason is given).
- odbc_mssql just displays a blank page, but looking in the logs I see:
PHP Notice: Use of undefined constant ODBC_BINMODE_RETURN - assumed 'ODBC_BINMODE_RETURN' in /var/www/html/limesurvey/classes/adodb/adodb.inc.php on line 4230
PHP Notice: Use of undefined constant SQL_CUR_USE_DRIVER - assumed 'SQL_CUR_USE_DRIVER' in /var/www/html/limesurvey/classes/adodb/adodb.inc.php on line 4230
Any ideas on what these problems are? I don't really have a preference for which driver I use, I just need to be able to use MS-SQL. (Also: I know MySQL is free and stable, but I need to work with some existing MS-SQL systems)