only 8000 character retrieved from SQL Server VARCHAR(MAX) column.

6 ビュー (過去 30 日間)
Jacek Szkutnik
Jacek Szkutnik 2020 年 7 月 1 日
コメント済み: Polsak Tothong 2024 年 3 月 23 日
Hello, I am trying to write and read character data to SQL Server VARCHAR(MAX) column, and while writing to the database works fine I can get only the first 8000 characters from each row (I can get multiple rows so probably the amount of data is not the problem).
I am using an ODBC driver to SQL Server version 2014, Matlab version 2018a if that is important.
As I understand there is a problem with the ODBC driver.
Is there any version of ODBC driver that solves it?

採用された回答

Jacek Szkutnik
Jacek Szkutnik 2020 年 7 月 6 日
編集済み: Jacek Szkutnik 2020 年 7 月 6 日
'SQLSRV32.DLL' ODBC driver is able to retrieve whole data from NVARCHAR(MAX) fields.

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by