Error message...is "Unfortunately, 'app naome' has stopped" (app name is my app name of course)...
Option to click ok...on doing so app returns to previous activity
however, I noticed that the the SQL statement to insert a photo:-
SQL1.ExecNonQuery2("INSERT INTO Photos VALUES(?, ?)", Array As Object(BlobFileName, Buffer))
Returns a -1 for cursor1 position when trying to find it in the Readblob sub...so was it written or cannot be read??
Cursor1 = SQL1.ExecQuery2("SELECT image FROM Photos WHERE name = ?", Array As String(BlobFileName))
I did try a few permutations, but just guess work really e.g. in write Array As Object(BlobFileName, Array as object(Buffer)))..
In SQL manager app (which reads a SQL db) at least i could see for table written to. If I do the former the SQL manager actually crashed too....So I suspect the writing is wrong somehow
....However, the KeyValueStore looks interesting...will look at it in detail
thanks for your help