Dreamweaver and database connections

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Dreamweaver and database connections

    I've been hand coding my ASP database connections etc, but thought I'd take
    a look a Dreamweavers' (MX) ability to write the code - it seems to have
    almost over complicated the coding, lots of "if this" and "if that" !

    Does anyone use this for writing their ASP (database connection) code? If
    so are there any pitfalls to watch out for??

    Jon


    Jon Guest

  2. Similar Questions and Discussions

    1. MX Open Database Connections
      Did MX do away with the settings for database connections? We just switched from Oracle 8i to Oracle 9i and have seen some connectivity failures. ...
    2. Database connections in objects
      Hello all. I'm starting to make my scripts more object oriented and was wondering, what is the normal way access the database from your objects....
    3. CD/DVD and Database connections
      I need to create a standalone "app" that allows the users to insert the CD/DVD and be able to query a database that is on the CD/DVD. I need to...
    4. [PHP] Persistent database connections in PHP
      I haven't heard of persistent connections with MySQL before, and I think is because PHP can't handle it. PHP will connect to the DB every time it...
    5. Dreamweaver PHP MySQL connections
      change your mysql server to just localhost (without the http part) On Thu, 21 Aug 2003 20:01:57 +0100 "Graham Thomson"...
  3. #2

    Default Re: Dreamweaver and database connections

    > Does anyone use this for writing their ASP (database connection) code? If
    > so are there any pitfalls to watch out for??
    Mainly code bloat.

    I just finished [url]http://www.aspfaq.com/2500[/url] earlier today, with a little bit
    of my editorial on some of the editors available.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: Dreamweaver and database connections

    DON'T DO IT. The pitfalls are that if something doesn't work the way you
    expect it to, it'll take you fifteen weeks to even figure out what the hell
    that damn code is trying to do before you can begin to fix it. If you
    already hand-code, continue to do so.

    Another pitfall is that if you ever post any DW generated code here, you'll
    most likely only get replies that say "Quit using Dreamweaver to write your
    code." :]

    Ray at work

    "Jon" <jon@SPAM_OFFtheexperts.co.uk> wrote in message
    news:bqlimc$ra3$1@titan.btinternet.com...
    > I've been hand coding my ASP database connections etc, but thought I'd
    take
    > a look a Dreamweavers' (MX) ability to write the code - it seems to have
    > almost over complicated the coding, lots of "if this" and "if that" !
    >
    > Does anyone use this for writing their ASP (database connection) code? If
    > so are there any pitfalls to watch out for??
    >
    > Jon
    >
    >

    Ray at Guest

  5. #4

    Default Re: Dreamweaver and database connections

    Useful, thanks.

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:u%23PZaBeuDHA.2136@TK2MSFTNGP10.phx.gbl...
    > Does anyone use this for writing their ASP (database connection) code? If
    > so are there any pitfalls to watch out for??
    Mainly code bloat.

    I just finished [url]http://www.aspfaq.com/2500[/url] earlier today, with a little bit
    of my editorial on some of the editors available.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]



    Jon 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