Connecting to a Linked Table in Access

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

  1. #1

    Default Connecting to a Linked Table in Access

    I am using Dreamweaver MX 2004. I am trying to connect, via Dreamweaver, to a
    linked file in Access. The linked file is connected to a text file that will
    be updated daily. Dreamweaver is looking for a table to connect to but it is
    not recognizing the linked file within the Access database as a table. I used
    a OLE DB connection string to try to connect in DW. The problem arises when I
    try to create a record set and choose the connection. The error reads "Unable
    to retrieve tables from this connection, click on the 'Define...' button to
    test this connection." An OBDC connection will not work with this type of data
    source. I can connect to the data source by hard coding, but I would like to
    complete my project using DW, instead of hard coding everything.

    Any help is greatly appreciated! Thanks.

    cmb290t Guest

  2. Similar Questions and Discussions

    1. Updating multiple records in a linked table simultaneously
      I am working on an e-commerce application and I need help with updating the product details for a single product with multiple formats. --DB...
    2. No table listing after connecting
      I'm currently designing a web site with ASP.NET (1.1 Framework) and Access 2003. For some reason, only with Access, I can't get the tables to show...
    3. Linked Table
      I am building a site to sell cd's and cassettes. There are currently over 600 albums from over 250 artists broke in to 20 categories. The thing...
    4. Connecting to linked SQL tables through access
      Hello, I have searched the web and can't find a solution, but this must (maybe) be common. I am creating an asp page that connects to an access...
    5. Open an MS Access Linked Table via ASP
      I have a MS Access database. Within this database, I have several linked tables that connect to a mainframe's database. The linked tables use a...
  3. #2

    Default Re: Connecting to a Linked Table in Access

    Bad news for you mate.

    Linked tables are achieved via something within the Access program that is
    not available when the database is accessed via SQL on a webserver. You are
    going to have to find a different method to access the information

    --
    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]

    "cmb290t" <webforumsuser@macromedia.com> wrote in message
    news:d1cf75$7mk$1@forums.macromedia.com...
    > I am using Dreamweaver MX 2004. I am trying to connect, via Dreamweaver,
    to a
    > linked file in Access. The linked file is connected to a text file that
    will
    > be updated daily. Dreamweaver is looking for a table to connect to but it
    is
    > not recognizing the linked file within the Access database as a table. I
    used
    > a OLE DB connection string to try to connect in DW. The problem arises
    when I
    > try to create a record set and choose the connection. The error reads
    "Unable
    > to retrieve tables from this connection, click on the 'Define...' button
    to
    > test this connection." An OBDC connection will not work with this type of
    data
    > source. I can connect to the data source by hard coding, but I would like
    to
    > complete my project using DW, instead of hard coding everything.
    >
    > Any help is greatly appreciated! Thanks.
    >

    Paul Whitham 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