Today i got this Error message : java.lang.RuntimeException: org.json.JSONException: End of input at character 0 of
when trying to retrieve image (blob data type )from mysql inserted by vb.net app
form my vb.net app i can retrive only the images inseted by vb.net app
and from my android app i can retrive only the once inserted by android app
when trying to retrieve image (blob data type )from mysql inserted by vb.net app
form my vb.net app i can retrive only the images inseted by vb.net app
and from my android app i can retrive only the once inserted by android app
B4X Code:
Buffer = su.DecodeBase64 (m.get("UserImage"))
InputStream1.InitializeFromBytesArray(Buffer, 0, Buffer.Length)
Bitmap1.Initialize2(InputStream1)
InputStream1.Close
userimg.SetBitmap(Bitmap1)