Tables not listed in database connection

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

  1. #1

    Default Tables not listed in database connection

    Hi All

    I am finally dipping my toe in the ASP.NET pond so I am trying to work
    through the tutorial in DWMX.

    I have set up the connection to the test Access DB (trio.mdb) and when I
    click the test connection button the connection is succesfull.
    BUT! when I go to create a dataset, I choose the connTrio as the connection
    and in the table drop down list it just says "no tables" also when I try to
    view the tables in the database panel it just says none.

    I try the connection in a classic ASP site and everything is fine.

    Am I being a k*nob? and if I am please tell me how.

    TIA
    Bren


    Bren Guest

  2. Similar Questions and Discussions

    1. No Microsoft Access Database listed
      I have all my databases as .mdb (microsoft access batabase). I just installed Coldfusion on my Linux server, but when i went to add my data sources,...
    2. "NO TABLES FOUND" error despite database connection
      Hello all, I'm using XP sp2, updated Dreamweaver MX 2004, a simple MS Access database, using a remote testing server via OLE DB connection...
    3. Connection to DB shows TMP tables???
      I've just begun a new web application setup and I've gotten my site setup in DW correctly. I'm currently using an Access DB and I've succesfully...
    4. Database connection still shows no tables...
      Using DW MX 2004 on windows XP SP2, IIS, using ASP.NET, VB for code, Access 2000 DB, I create a OLE DB database connection using the connection...
    5. no tables listed
      I have made a successful OLE DB database connection to an Access database, but when accessing it in DW, none of the 3 tables in the database appear...
  3. #2

    Default Re: Tables not listed in database connection

    Have a look at this technote and see if it applies

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19515[/url]

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Bren" <bren@dontbothertoreply.com> wrote in message
    news:d5ttn1$3kq$1@forums.macromedia.com...
    > Hi All
    >
    > I am finally dipping my toe in the ASP.NET pond so I am trying to work
    > through the tutorial in DWMX.
    >
    > I have set up the connection to the test Access DB (trio.mdb) and when I
    > click the test connection button the connection is succesfull.
    > BUT! when I go to create a dataset, I choose the connTrio as the
    connection
    > and in the table drop down list it just says "no tables" also when I try
    to
    > view the tables in the database panel it just says none.
    >
    > I try the connection in a classic ASP site and everything is fine.
    >
    > Am I being a k*nob? and if I am please tell me how.
    >
    > TIA
    > Bren
    >
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: Tables not listed in database connection

    I also had exactly the same problem, followed the tech note, installed the
    extension, but now the 'test connection' fails every time. It doesn't matter
    what I specify in the connection string either (ie its not even getting as far
    as validating the path).

    I've checked the _mmServerScripts dir and it has the INC, JSP and ASP files.
    I've rebuilt the site from scratch, reinstalled the extension but still doesn't
    work.. I presume its all to do with SP2.

    Can ANYbody help please..??:confused;

    The HEdge Guest

  5. #4

    Default Re: Tables not listed in database connection

    Hi All

    It looks like it is something to do with .NET Framework 2.0. I have
    installed the web express beta 2 from Microsoft and the problems started
    from there.
    I have tried the site on a separate PC which hasn't been touch with the evil
    that is .NET 2.0 and everything is fine.
    I am still trying to resolve the issue but as a workaround I am just hand
    writing the SQL code in the dataset, insert record dialogues and the pages
    still work.

    Any other suggestions appreciated.

    Regards
    Bren


    Bren Guest

  6. #5

    Default Re: Tables not listed in database connection

    Unistalled and re-installed DW everything fine now.


    Bren Guest

  7. #6

    Default Re: Tables not listed in database connection

    Bren,

    I uninstalled and reinstalled also however I did not get it to work. Was there anything else you did?

    Fred
    FSchmitthammer Guest

  8. #7

    Default Re: Tables not listed in database connection

    Bren,

    I uninstalled and reinstalled also however I did not get it to work. Was there anything else you did?

    Fred
    FSchmitthammer Guest

  9. #8

    Default Re: Tables not listed in database connection

    Thank you! The technote helped. I was able to get the tables to populate
    after removing the three files as mentioned in the "Database connectivity fails
    with local ASP.NET and ASP servers" topic.

    I can't tell you how much this will simplify my development.

    JohnTIII 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