Inserting, updating, and retreiving a file as blob

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

  1. #1

    Default Inserting, updating, and retreiving a file as blob

    I am a beginner at this area. I need to be able to insert, update, and select a file (i.e. MS Word file) in and out of MS SQL.
    Has any one had done this CF? Do you mind sharing the code?
    MindHunter Guest

  2. Similar Questions and Discussions

    1. Having trouble inserting/updating, please look @ code
      Hello, I'm getting an error while trying to insert a record from a form, or update a record from the datagrid. ERROR: at...
    2. Inserting and Updating Records at the same time
      Hi, Ive created a form which inserts a record into one table within the database, but i also need it to increment a field in another table of the...
    3. Updating and Inserting simoultaneously
      hello not sure if this is possible, i need to update a field in a table and then insert a new record into a different table from when the user...
    4. inserting and selecting BLOB data in db2
      I have a problem in inserting binary data into a db2 table, and selecting the data again. For inserting the data I do: <? $form_data = $_FILES;...
    5. Updating/inserting >> Linking table
      A dilemma: If I am attempting to add multiple products to an existing Customer-Products linking table do I do this via an Insert or Update? ...
  3. #2

    Default Re: Inserting, updating, and retreiving a file as blob

    see [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=1025860[/url] thread.

    PaulH 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