Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Database Storing

    I have created and asp form and connected to a sql database on dw. What is the next step for getting the submit button to store the form info in the sql database? I am missing something.
    ocbeach Guest

  2. Similar Questions and Discussions

    1. Storing HTML in a database
      I read an article on storing HTML in a database for the purpose of reusable content....
    2. Storing PDF In SQL Database
      Using the following code I'm able to store some PDFs in a database. Step 1: Write the contents of a PDF file to a variable. Step 2: Store the PDF...
    3. Storing article text in a database
      I have a website with an increasing amount of articles and news reports and so I am thinking of moving away from storing each article as a seperate...
    4. Storing .doc and .pdf in database
      Is anyone know how I can store Word Docs and PDF's in database, and how I can make link for visitor to download these files
    5. Storing session variables into a Database JSP
      I have a form page that users fillout for a online ad Once completed, they hit "Preview Ad" to view the information that they just entered on the...
  3. #2

    Default Re: Database Storing

    Hello,

    I think you would need to apply the insert record server behavior.

    Building an insert page block by block:
    [url]http://livedocs.macromedia.com/dreamweaver/8/using/42_rad41.htm[/url]

    Hope this helps. Please let me know if I have misunderstood your question.



    AndrewDG-MMTS 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