sqlite get field with more than 2 MB [duplicate]
问题 This question already has answers here : Retrieve large blob from Android sqlite database (2 answers) Closed 2 years ago . When I try to get data from SQlite and size of field more than 2 MB it throw exception "Couldn't read row 0, col 0 from Cursor Window. Make sure the Cursor is initialized correctly before accessing data from it. " How can I store a field that have above 2 Mb get into string ? i store multiple Base64 Strings as LONG TEXT in sqlite it store successfully but when i fatch