Extending DW: Connect to a database

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Extending DW: Connect to a database

    I am trying to find a good example to show me how to make dreamweaver connect
    to a database.

    My primary goal is to connect to a database that has our standard templates,
    snippets, etc stored. Our standards are dynamic so our templates change often.
    By creating an insert bar that would pull in the latest version from our table
    we can make it easier for our developers to use the current template without
    having to browse to our FTP site to download the latest version

    Basically want to click an icon and it will pull the latest template from our
    centralized database.

    Ive been looking at the Database API documentation but I cannot seem to find
    out how to make the initial connection.

    Any help would be greatly appreciated

    TIA

    Ryan

    phx1rsb Guest

  2. Similar Questions and Discussions

    1. cant connect to sql database
      i am using server2003 with iis6 cf 7.0.1 and sql server 2005 this is the error retun i get in my cf admin Connection verification failed for...
    2. Can not connect to a database
      i am teaching my self CF and i am trying to connect to a database and i am getting the following message: Connection verification failed for data...
    3. how to connect to a database using asp
      I am now beginning to work with ASP and SQL server, on IIS. Having worked with PHP and MySQL on Apache I am familiar with how all 3 should be set up...
    4. Can not connect to database
      I receive this error when trying to connect to a local Access database Connection verification failed for data source: boss hoss...
    5. How to use “RDS.Connect” to connect to a MS Access database?
      The example I am working from uses the following code which does not work: RDS.Connect = "Provider='sqloledb';Integrated Security='SSPI';Initial ...
  3. #2

    Default Re: Extending DW: Connect to a database

    re: >I am trying to find a good example to show me how to make dreamweaver
    connect
    > to a database.
    [url]http://www.webthang.co.uk/tuts/tuts_dmx/dmxf_1/dmx1_1.asp[/url]




    "phx1rsb" <webforumsuser@macromedia.com> wrote in message
    news:d151sg$74u$1@forums.macromedia.com...
    >I am trying to find a good example to show me how to make dreamweaver
    >connect
    > to a database.
    >
    > My primary goal is to connect to a database that has our standard
    > templates,
    > snippets, etc stored. Our standards are dynamic so our templates change
    > often.
    > By creating an insert bar that would pull in the latest version from our
    > table
    > we can make it easier for our developers to use the current template
    > without
    > having to browse to our FTP site to download the latest version
    >
    > Basically want to click an icon and it will pull the latest template from
    > our
    > centralized database.
    >
    > Ive been looking at the Database API documentation but I cannot seem to
    > find
    > out how to make the initial connection.
    >
    > Any help would be greatly appreciated
    >
    > TIA
    >
    > Ryan
    >

    twocans 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