insert image...not workign out!

Ask a Question related to ASP, Design and Development.

  1. #1

    Default insert image...not workign out!

    hi

    i created a table and a field with blob datatype. now i
    want to insert an image into the mysql database.

    i tried through normal insert command adn realised i
    cannot do that way.. I want to store some picture in mysql
    and retrieve it on the web through asp
    i am unable to find out how to do it. does any know and
    can help?
    thanks

    ..


    janet Guest

  2. Similar Questions and Discussions

    1. Insert/Paste an image into an existing PDF?
      Hello, I have a series of PDFs that I'd like to insert an image (EPS) into. Basically, I had a series of ads that have already been created (with...
    2. Forms Insert Image Field?
      I want to create a form for a client with the standard form elements that can be filled out and saved with Reader. This seems to be the case with...
    3. Is there any body workign with WSE here ?
      Hello, I m sorry if i m posting this question to a wrong newsgroup but it seems to me that WSE forum is near to death as there is no activity. Is...
    4. NEW TO PS7--INSERT IMAGE??
      I'm VERY new to PS7 and I'm working on a project due next week! I have a main document (psd format) with a dark background and I have to insert...
    5. background image vs. insert image?
      The height of a table is defined by its content. This does not include background images, so there's no assurance that your entire image will be...
  3. #2

    Default Re: insert image...not workign out!

    personally I'd rethink this.
    Store the image on the HD and keep the path/link in the DB.
    Life will be MUCH easier for you.

    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------


    "janet" <knowgroup@hotmail.com> wrote in message
    news:05de01c365f1$5533d5d0$a501280a@phx.gbl...
    > hi
    >
    > i created a table and a field with blob datatype. now i
    > want to insert an image into the mysql database.
    >
    > i tried through normal insert command adn realised i
    > cannot do that way.. I want to store some picture in mysql
    > and retrieve it on the web through asp
    > i am unable to find out how to do it. does any know and
    > can help?
    > thanks
    >
    > .
    >
    >

    Curt_C [MVP] 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