When more than 10000 rows are requested it seems that the extra field Cursor_ID is generated, and this error appear
'Brace indexing is not supported for variables of this type',
and this is understandable because he expects a cell array but a simple char is generated.
Then how to deal with these kind of situations? I think I should use the Cursor_ID to get the remaining part but I don't know how and the code does not seem to deal with these kind of request
When more than 10000 rows are requested it seems that the extra field Cursor_ID is generated, and this error appear 'Brace indexing is not supported for variables of this type', and this is understandable because he expects a cell array but a simple char is generated. Then how to deal with these kind of situations? I think I should use the Cursor_ID to get the remaining part but I don't know how and the code does not seem to deal with these kind of request