SQL INSERTS in Dreamweaver ASP?

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

  1. #1

    Default SQL INSERTS in Dreamweaver ASP?

    :confused;

    I am new to dreamweaver.asp. I was told that it allowed interactions with a
    SQL database, and that this was the product to choose for web applications.
    Gosh, I thought that meant one could pass SQL to the database using
    Dreamweaver.ASP. Now I am not so sure. I have DREAMWEAVER BIBLE and all it
    talks about is record sets and SELECT statements, as if that were all there was
    to SQL. Surely, surely, surely one can pick up info from a table and INSERT it
    into the SQL database??????!!!!!!******* Could someone tell me how to do this,
    please?

    maryfranan Guest

  2. Similar Questions and Discussions

    1. 1-to-Many Inserts
      I have a form which collects 1 article, but has many authors. The form goes to the action page fine, and I'm collecting the authors via a <select>...
    2. need loop that INSERTS into same row
      Hi, I need some help, this is a registration page for a bball league, the INSERT statement I'm using does it's job but inserts data into different...
    3. CLOB Inserts
      Has anyone had problems trying to INSERT very long text strings into CLOB columns in a table? How do you insert text > 4k bytes in length into a...
    4. [PHP] verifying sql INSERTs
      Marek Kilimajer <mailto:kilimajer@webglobe.sk> on Tuesday, August 26, 2003 3:59 AM said: OOhhh... You know, I already HAVE done this, and I...
    5. verifying sql INSERTs
      Hi! (MySQL) What's the best way to determine a sql INSERT statement has executed successfully? What I've got is a function whose sole...
  3. #2

    Default Re: SQL INSERTS in Dreamweaver ASP?

    Dreamweaver can handle many dynamic functions for you. I recommend the Help
    (F1) in Dreamweaver. In the Contents section, go to Developing Applications
    Rapidly, then Building ASP and JSP Applications Rapidly, then Building a record
    insert page. Dreamweaver will write all of the ASP and SQL for you. Step by
    step instruction are in this Help section.

    You may alos need to look at the Preparing to Build Dynamic Sites section in
    Help.

    delaneypub 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