I have a image in each record of a table in a SQL Server. I need to download the image based on the simple sql select statement :
HttpUtils.PostString("Job1", ServerUrl, "Select picImage from tblImages where picDate = 'TEST'")
I am however having trouble loading the image into a Imageview. Ant help would be appreciated
Steve
HttpUtils.PostString("Job1", ServerUrl, "Select picImage from tblImages where picDate = 'TEST'")
I am however having trouble loading the image into a Imageview. Ant help would be appreciated
Steve