BLOB Image fron Interbase in ASP....

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: BLOB Image fron Interbase in ASP....

    Please don't multipost. Answered elsewhere.

    Ray at work

    "Daniel Olivares" <danielog76@hotmail.com> wrote in message
    news:uItW%23VYmDHA.2528@TK2MSFTNGP10.phx.gbl...
    > Hi. I'm trying to retreive a Image in ASP from a Interbase Database stored
    > in a Blob, the image format is a JPEG, any idea?
    >
    > --
    > Lic. Daniel Olivares
    >
    >

    Ray at Guest

  2. Similar Questions and Discussions

    1. Transfering fron FrontPage to Dreamweaver
      I am required to use Dreamweaver from now on. I have been using Front Page and really don't know how to make the transfer. I heard some of the...
    2. how to view a BLOB (image)
      <cfquery datasource='dbsource' username='username' password='password' name='viewpic'> select image from images where id = 1 </cfquery> <cfset...
    3. BLOB Image from Interbase in ASP
      Response.BinaryWrite the value from the recordset? Ray at work "Daniel Olivares" <danielog76@hotmail.com> wrote in message...
    4. determine image information on image stored in MySQL BLOB
      Hi all, I store images in my DB as BLOB. When I want to place them in an html table, I want to determine the width of the image in order to...
    5. how to show image retrieved from BLOB on the web page
      Hi, Does anyone know how to retrieve binary image data from BLOB column of SQL database table and show it on the web page. I know "img src=" tag...
  3. #2

    Default BLOB Image fron Interbase in ASP....

    Hi. I'm trying to retreive a Image in ASP from a Interbase Database stored
    in a Blob, the image format is a JPEG, any idea?

    --
    Lic. Daniel Olivares


    Daniel Olivares Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139