Dreamweaver MX Dynamic Applications

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

  1. #1

    Default Dreamweaver MX Dynamic Applications

    Hi Jeffrey.

    I've made it to page 202, Lesson 8 in your book. And now I can't establish a
    connection with the database. I'm temporarily using this as my training
    website: [url]www.trashbagsdontwork.com[/url]. I've got it running on a GoDaddy server
    with ASP. Username: newlandtours; Password: tours. When I attempt to set
    up the DW DSN wizard, I'm using: Connection Name: connection; DSN:
    access_newlandtours.dsn; User Name: newlandtours; Password: tours. I set
    them up via my GoDaddy control panel, and have confirmed them to be correct.
    Yet, I get the following message: "[Microsoft][ODBC Driver Manager] Data
    source name not found and no default driver specified."

    The GoDaddy technical guy said it seems I'm trying to connect remotely to my
    database, and they don't allow that on a shared server. Is that truly the
    problem here? (I've been led in far too many incorrect directions in the past,
    I thought I would just try to verify this little tidbit first.) If this is not
    the case, please help me. If it IS the case, let me know and I'll pursue
    another hosting option.

    Thank you.

    BeausMom Guest

  2. Similar Questions and Discussions

    1. Dynamic Windows in Dreamweaver ?
      Hi all, I am curious what the html code is for a window in a window that displays another page ? I am fairly sure this is called dynamic windows/...
    2. Building Dynamic Applications
      I have a questions for you flash gurus, Can I build an application for displaying, inserting,updating data to and from Microsoft SQL Server? I don't...
    3. dreamweaver 2004 dynamic app book
      Hi, I'm new in this of dynamic applications, just started learning with macromedia book. I followed the tutorials for the creation of the newland...
    4. Please help. dreamweaver not displaying dynamic text
      richabrown wrote: It probably isn't random. Which specific extensions seem to cause this problem for you? -- Enjoy, Danilo Celic |...
    5. Creating Dreamweaver Dynamic Applications with ASP
      Hello, can someone please help me, Midterms are next week. I have an ASP class this quarter and my professer is an ass. For the midterm we have to...
  3. #2

    Default Re: Dreamweaver MX Dynamic Applications

    Hi,

    I'm not Jeffrey ;-) but if you haven't done so already be sure to change
    those usernames and passwords.

    It is definitely a possibility that GoDaddy has disabled the ability for
    remote connections to the database. As a general rule, testing on a live
    server is discouraged. (Imagine if you made a coding error that caused an
    infinite loop and crashed their server. Now imagine if you were another site
    hosted on the same server and your site went down because some person wrote
    some bad code.)

    What you need to do is set up a local testing server that matches the
    environment of your live server. That means, if your live server is Windows
    with an Access Database running ASP you should have Windows and IIS running
    locally and set up an Access connection to your local database. If the live
    server is ColdFusion on a Unix, you're best off testing on a Unix machine
    running ColdFusion. It just makes development much easier that way...

    Hope this helps and good luck to you!

    ~Angela
    --
    Angela C. Buraglia, Founder:
    ~FAQs, Tutorials & Resources~ [url]http://www.DreamweaverFAQ.com[/url]
    ~My Extensions~ [url]http://www.dwfaq.com/go.asp?ID=AngelaX10[/url]
    DWfaq Support Newsgroup: [url]news://support.dwfaq.com/support[/url]

    Co-Author with Joseph Lowery, Dreamweaver MX 2004 Killer Tips:
    [url]http://www.dwkillertips.com[/url]

    Extension Developer for Cartweaver 2:
    [url]http://www.cartweaver.com/features/extensionsuite/[/url]

    Remove the CAPS in my E-mail to reply off list.

    "BeausMom" <webforumsuser@macromedia.com> wrote in message
    news:d75d8b$qsf$1@forums.macromedia.com...
    > Hi Jeffrey.
    >
    > I've made it to page 202, Lesson 8 in your book. And now I can't
    > establish a
    > connection with the database. I'm temporarily using this as my training
    > website: [url]www.trashbagsdontwork.com[/url]. I've got it running on a GoDaddy
    > server
    > with ASP. Username: newlandtours; Password: tours. When I attempt to
    > set
    > up the DW DSN wizard, I'm using: Connection Name: connection; DSN:
    > access_newlandtours.dsn; User Name: newlandtours; Password: tours. I
    > set
    > them up via my GoDaddy control panel, and have confirmed them to be
    > correct.
    > Yet, I get the following message: "[Microsoft][ODBC Driver Manager] Data
    > source name not found and no default driver specified."
    >
    > The GoDaddy technical guy said it seems I'm trying to connect remotely to
    > my
    > database, and they don't allow that on a shared server. Is that truly the
    > problem here? (I've been led in far too many incorrect directions in the
    > past,
    > I thought I would just try to verify this little tidbit first.) If this
    > is not
    > the case, please help me. If it IS the case, let me know and I'll pursue
    > another hosting option.
    >
    > Thank you.
    >

    ~Angela, TMM 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