Hi all,
I have an B4A application that is happily reading and writing data to the database.
There is a sub that posts data to a web service which works fine 99% of the time. However, I am getting reports from clients that the following error occurs intermittantly.
An error has occurred in sub:main_vvvvvvvvvvv0 (java
line:3341)
java.lang.IllegalStateException: Couldn't read row 0,
col 3 from CursorWindow. Make sure the Cursor is
initialized correctly before accessing data from it.
Continue?
The column index it is referring to is a BLOB which is basically picture data taken by the camera.
I have attached some example code from the application. Some variable declarations might not be there, but it gives you an idea of the logic.
Any help would be appreciated on this.
Kind Regards,
Jason
I have an B4A application that is happily reading and writing data to the database.
There is a sub that posts data to a web service which works fine 99% of the time. However, I am getting reports from clients that the following error occurs intermittantly.
An error has occurred in sub:main_vvvvvvvvvvv0 (java
line:3341)
java.lang.IllegalStateException: Couldn't read row 0,
col 3 from CursorWindow. Make sure the Cursor is
initialized correctly before accessing data from it.
Continue?
The column index it is referring to is a BLOB which is basically picture data taken by the camera.
I have attached some example code from the application. Some variable declarations might not be there, but it gives you an idea of the logic.
Any help would be appreciated on this.
Kind Regards,
Jason