Problem Displaying Table Information - Please Help

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

  1. #1

    Default Problem Displaying Table Information - Please Help

    This problem has to do with .ASP and Access database using both DSN an DSNless
    connections.

    I have a bunch of websites hosted with a local host (same host for years), and
    have run into a very odd but disturbing problem. I was trying create some pages
    using an existing database and connection, but for some reason DW will not
    display the table information. DW does in fact connect successfully to the DB
    however, so I am really stumped. It gives me 2 popup error windows....One that
    says.

    "Unable to retrieve tables from this connection, click on the 'Define...'
    button to test this connection."

    Followed by this popup window...

    "The relative path to the Connections folder is no longer valid.
    This will be corrected automatically when you click OK in the server behavior
    dialog box."

    I am genuinely confused to what I have done to cause this problem. At first I
    thought it was only going on with one of my defined sites, but it turns out
    every one of my defined sites is having this same problem.

    It also gives me these errors on recordsets in .ASP pages that are already in
    existance and are currently working on the server (in recordset panel or server
    behaviour panels I get little red exclamation points where there are problems).

    I am hoping that I am just overlooking something completely obvious here. Any
    help is appreciated!

    Thanks in advance,

    gemora

    gemora Guest

  2. Similar Questions and Discussions

    1. Filtering & displaying dynamic information
      I want to create a Flash file so a user can check boxes to filter what images are displayed--the (unfiltered) images would come from an XML file....
    2. Displaying Information with Authentication
      Hello, everyone. I have reached a dead-end with everything I try with the following problem, and need some fresh ideas. The Scenario I have a...
    3. Problem with postback not displaying my table again
      Hi - I posted this in the ASP.Net forum, but have not had any help unfortunately: I am adding a 'gantt chart' style table, to manage peoples...
    4. Confounding! Problem with flash file not displaying in table
      Thanks for checking out the site. As I said, it would work fine on -some- computers, but not on others. So it's good to get a "ratio" out there of...
    5. Simply Displaying Information From TableRow
      If I have one DataRow of information (in a DataTable), say about a single client, what is the best way to display that information in an ASPX page?...
  3. #2

    Default Re: Problem Displaying Table Information - Please Help

    Forgot to mention that I am using DreamweaverMX v6.1
    gemora Guest

  4. #3

    Default Re: Problem Displaying Table Information - Please Help

    Bump! Should I be contacting Macromedia directly regarding this issue? I am
    dead in the water with about 20 clients until I can get this resolved, putting
    me in a VERY scarry position.

    I figured Murray or one of the regular gurus here would be able to help me
    (Murray you have helped me in the past before when I was getting started back
    in the newsgroup only days).

    Anyhow thanks again for any responses.

    gemora Guest

  5. #4

    Default Re: Problem Displaying Table Information - Please Help

    Bump!! Anyone?!

    I am really stumped and frustrated.
    gemora Guest

  6. #5

    Default Re: Problem Displaying Table Information - Please Help

    Sounds like the folder structure changed.
    If the path to the connection file is "connections/yourconn.asp", and you're
    in a page within a subdirectory of your site, then the path will be invalid.
    Change it to "../connections/yourconn.asp".
    If your host doesn't allow .., then you'll have to do something else. I
    wonder if you can do root relative links in the include statement. That
    would work.

    If your local and remote directory structures don't agree, then, well, good
    luck keeping it all straight. :)

    "gemora" <webforumsuser@macromedia.com> wrote in message
    news:d5tfhd$d7q$1@forums.macromedia.com...
    > This problem has to do with .ASP and Access database using both DSN an
    > DSNless
    > connections.
    >
    > I have a bunch of websites hosted with a local host (same host for years),
    > and
    > have run into a very odd but disturbing problem. I was trying create some
    > pages
    > using an existing database and connection, but for some reason DW will not
    > display the table information. DW does in fact connect successfully to the
    > DB
    > however, so I am really stumped. It gives me 2 popup error windows....One
    > that
    > says.
    >
    > "Unable to retrieve tables from this connection, click on the 'Define...'
    > button to test this connection."
    >
    > Followed by this popup window...
    >
    > "The relative path to the Connections folder is no longer valid.
    > This will be corrected automatically when you click OK in the server
    > behavior
    > dialog box."
    >
    > I am genuinely confused to what I have done to cause this problem. At
    > first I
    > thought it was only going on with one of my defined sites, but it turns
    > out
    > every one of my defined sites is having this same problem.
    >
    > It also gives me these errors on recordsets in .ASP pages that are already
    > in
    > existance and are currently working on the server (in recordset panel or
    > server
    > behaviour panels I get little red exclamation points where there are
    > problems).
    >
    > I am hoping that I am just overlooking something completely obvious here.
    > Any
    > help is appreciated!
    >
    > Thanks in advance,
    >
    > gemora
    >

    Lionstone Guest

  7. #6

    Default Re: Problem Displaying Table Information - Please Help

    Thank you for the reply Lionstone!

    Nothing in the structure has changed on my end. In fact after much testing
    today, I have found that I have 3 accounts with them that are still working
    and displaying table info as normal. These accounts are all on different
    servers, and I am still thinking that it may be something on the hosts end.
    They have insisted that it is something on my end however.

    I sent an email to the host asking about the ../ in the connection include
    being a problem as well as letting them know there are some working accounts
    still.

    Thanks again for your input Lionstone. If anyone has any other ideas or
    suggestions, please share. :)

    gemora 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