Error I receive:
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.
I receive this error when trying to process any SQL statement that is trying to retrieve an ntext field. I am using the mssql php functions to do so. Unfortunately, I have not been able to find a solution on the web regarding php. Has anyone had any experience with this issue? Also, is there actually an ODBC driver that is beyond 3.7 for MS SQL, because I haven't seen one. Thanks in advance for the help/ideas.
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.
I receive this error when trying to process any SQL statement that is trying to retrieve an ntext field. I am using the mssql php functions to do so. Unfortunately, I have not been able to find a solution on the web regarding php. Has anyone had any experience with this issue? Also, is there actually an ODBC driver that is beyond 3.7 for MS SQL, because I haven't seen one. Thanks in advance for the help/ideas.