문제

I have some columns nvarchar type containing serialized strings. Query

SELECT * FROM table;

returns all data but serialized strings are empty. Do you have any idea about this issue?

도움이 되었습니까?

해결책

The problem is in MS SQL Server Native Client 11.0 ODBC driver. It's resolved by using php_pdo_sqlsrv driver for connection, sqlsrv: ...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top