June 29, 2016 at 3:32 am
Dear All,
I have saved image as image datatype in database now i want to convert that image as HTML content using sql query. Kindly give me the suggestions.
June 29, 2016 at 5:06 am
panneermca35 (6/29/2016)
Dear All,I have saved image as image datatype in database now i want to convert that image as HTML content using sql query. Kindly give me the suggestions.
Can you provide more detail?
Images cannot be converted to HTML, so I am wondering what you mean.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
June 29, 2016 at 7:16 am
Image is a binary datatype. HTML is text.
Do you mean you have an image (a jpg, png, bmp, or similar) file stored as "image" datatype (binary), and you want to pull that into an HTML website?
Or do you mean that some HTML was stored in an image datatype column, as binary data, and now you need to convert it back to HTML (text)?
Or something else?
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
June 30, 2016 at 1:03 am
Hi,
I have stored image as binary data type and i want to generate as html content for report purpose.
June 30, 2016 at 10:26 pm
panneermca35 (6/30/2016)
Hi,I have stored image as binary data type and i want to generate as html content for report purpose.
This task has nothing to do with SQL.
You need an OCR application.
_____________
Code for TallyGenerator
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply