jeudi 17 décembre 2015

Xamarin C# For Android : Reading a Blob from SQLite

I'm having a problem with reading from a particular column that has a Blob type. The Blob is text and not a picture..

cursor.GetBlob  (cursor.GetColumnIndexOrThrow("data"))

returns "Blob 245" OR if I put ".ToString()" at the end I get : "System.byte[]"

It does not return the actual data

Can someone slap me across the face with the correct way of getting this blob data ... As I'm sure it's something stupid that I'm missing...

Aucun commentaire:

Enregistrer un commentaire