The error I get is:
Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.
This error occurs when running any SELECT query that attempts to pull an ntext field. I am using the mssql functions in PHP to do so. Any help/ideas would be appreciated, thanks.
Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.
This error occurs when running any SELECT query that attempts to pull an ntext field. I am using the mssql functions in PHP to do so. Any help/ideas would be appreciated, thanks.