SQL fetch returns truncated data (7999 bytes) from XML field in table
Show older comments
I'm queying a SQL database to extract data stored in XML format with in a table. The fetch command returns this datum as a text string, with the string exceeding 8000 characters in length. Matlab returns truncated data and appears to have a size limit for this field, with the maximum length being 7999 characters. I'm unable to find this documented or instructions on how to extend the size of the character string returned. Is there information on how to overcome this data limit? Alternatively, I'm told that there is a way to execute an SQL command to extract or interpret information from XML stored in database. Is there an example of how this is done through the Matlab fetch command?
Answers (1)
Robert Heaton
on 14 Apr 2022
0 votes
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!