Help me to convert Image data type as html content

  • 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.

  • 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.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • 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

  • Hi,

    I have stored image as binary data type and i want to generate as html content for report purpose.

  • 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