Hello!
I'm getting this error when I do a SQL Select from a pretty big table in sqlite
I can use without a problem the row 0 and row 1 but when c.position=2 it crashs
Is there a way to know the whole cursor size?
Thank you!
I'm getting this error when I do a SQL Select from a pretty big table in sqlite
android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=2, totalRows=2
I can use without a problem the row 0 and row 1 but when c.position=2 it crashs
Is there a way to know the whole cursor size?
Thank you!