Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default CFX_GETIMAGE

    Does anyone know what to do to get this tag to work? There is no instruction on how to do so. Any help would be much appreciated. Thanks!
    mofufus23 Guest

  2. Similar Questions and Discussions

    1. CFX_GETIMAGE error in CF MX 6.1
      We used to use CFX_Getimage to retrieve image files from our database using CF 5 Server apps. When we migrate to CF MX 6.1, this tag doesn't work...
  3. #2

    Default Re: CFX_GETIMAGE

    it may be easier to download and install cfx_image

    it is a popular tag, and comes with a ton of info.

    [url]http://www.kolumbus.fi/jukka.manner/[/url]
    StylusDesigns Guest

  4. #3

    Default Re: CFX_GETIMAGE

    We use this (and the CFx_putimage) tag all the time. If you are using CFMX, be
    aware that CFMX is using JDBCs and the get/put Image routine uses ODBCs . you
    can't use a CFMX datasouce in the getimage, you have to create a generic ODBC
    and use that. Just store the code (.dlls) in the cfx subdirectory under
    CFusionMX and then go into the CFMX administrator and register the dll. hope
    this helps. russ...

    Russ Guest

  5. #4

    Default Re: CFX_GETIMAGE

    Do you know if there is a compatibility issue (ColdFusion MX Version) with the
    tag? I am currently running on MX 7. I got my MX 6 Server to work but somehow
    the MX 7 is not working properly. I keep getting "unexpected error" on the
    Username when I run the tag.

    mofufus23 Guest

  6. #5

    Default Re: CFX_GETIMAGE

    I can't answer your question on MX7 as I have not upgraded yet from 6.1.

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