Storing HTML in Memo Fields?

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

  1. #1

    Default Storing HTML in Memo Fields?

    I have an access database setup and wondering how to best use large formatted
    text and image positions in the database?

    I use a memo feild and call it up using coldfusion within a content template,
    using cfquery.

    But its annoying editing text and position images (which i usually float in
    text) in dreamweaver and copying the code into the MS Access Memo field?

    Is there a way to store a whole html file which can be easily editied within
    the database.

    This site manages it!
    [url]http://www.thenetprofits.co.uk/coldfusion/faq/topic.cfm?TopicID=7[/url]

    But im not sure how

    stuart1231 Guest

  2. Similar Questions and Discussions

    1. Exporting Memo Fields to Excel
      Hi There I have a page that exports membership information from coldfusion into excel and all works very nicely apart from the few fields that...
    2. Keeping paragraphs from memo fields
      Hi all I'm pretty new to Dreamweaver, I've been using Drumbeat 2000. In Drumbeat there are contracts that are applied to a text field, change...
    3. Using UNION with Memo fields
      This worked a few months ago, but since we did our coldfusion upgrade it's hosed. I'm doing a help page for our company (for various fields in our...
    4. Memo fields in MS Access
      Is there anyone that really uses DB2 8.1 memo fields in MS Access? I'm experiencing a lot of problems with them. I tried both using LONG VARCHAR...
    5. Memo fields
      Sounds like Extend mode. Next time this happens, see if EXT appears in the status bar. You've probably bumped F8. Esc is supposed to cancel...
  3. #2

    Default Re: Storing HTML in Memo Fields?

    news:dbmcqs$3lj$1@forums.macromedia.com...
    > I have an access database setup and wondering how to best use large
    formatted
    > text and image positions in the database?
    >
    > I use a memo feild and call it up using coldfusion within a content
    template,
    > using cfquery.
    >
    > But its annoying editing text and position images (which i usually float
    in
    > text) in dreamweaver and copying the code into the MS Access Memo field?
    >
    > Is there a way to store a whole html file which can be easily editied
    within
    > the database.
    >
    > This site manages it!
    > [url]http://www.thenetprofits.co.uk/coldfusion/faq/topic.cfm?TopicID=7[/url]
    >
    > But im not sure how
    Create a password protected admin area where you add/edit the db entries.

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: Storing HTML in Memo Fields?

    is it possible to edit a database field as you said within a website and keep the formatting? e.g. headings?
    stuart1231 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