Hi, I'm stuck with a bit of a problem
I'm currently writing an android program that takes a bunch of data ( a few string and one integer) along with 4 images (blobs) and saving it in a database with the SQL lite.
I am able to write multiple rows of this data, but the moment i try to query the database multiple times i get the following error:
The application Sampler (process Sampler.GPS) has stopped unexpectedly. Please try again.
With my programs name Sampler.
I have noticed that I can query the data, excluding the blobs, multiple times without any trouble. I can query the database once, and am able to view that one times 4 blobs, but when i query another row i get the error.
I am at a loss with what might be the problem. Can it be a bug?
I'm currently writing an android program that takes a bunch of data ( a few string and one integer) along with 4 images (blobs) and saving it in a database with the SQL lite.
I am able to write multiple rows of this data, but the moment i try to query the database multiple times i get the following error:
The application Sampler (process Sampler.GPS) has stopped unexpectedly. Please try again.
With my programs name Sampler.
I have noticed that I can query the data, excluding the blobs, multiple times without any trouble. I can query the database once, and am able to view that one times 4 blobs, but when i query another row i get the error.
I am at a loss with what might be the problem. Can it be a bug?