Adding support for the new mssql_n driver

This commit is contained in:
stronk7
2006-10-19 22:01:56 +00:00
parent 3b455ec7d2
commit c4020445c4
+1
View File
@@ -118,6 +118,7 @@ function setup_is_unicodedb() {
}
break;
case 'mssql':
case 'mssql_n':
case 'odbc_mssql':
/// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32)
$unicodedb = true;