Problem with Access Database With Linked Text File

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Problem with Access Database With Linked Text File

    Hi,

    I'm using an Access 2000 database with my ASP application,
    and the db has a link to a text file.

    Previously, the text file and the db were in the same
    folder and everything worked fine. But after I moved the
    text file into a subfolder (in the same folder where the
    db is located), ASP is giving me this error :

    Microsoft OLE DB Provider for ODBC Drivers
    error '80004005'

    [Microsoft][ODBC Microsoft Access Driver] The text file
    specification 'DEPENDENTS Link Specification1' does not
    exist. You cannot import, export, or link using the
    specification.

    I already updated the link to the text file in the db to
    its new location, but no avail. Really would appreciate
    some help on this.

    Thanks.

    Melody





    melody Guest

  2. Similar Questions and Discussions

    1. problem pulling text file from database
      Please keep it simple - noob in the house Hi everyone - im trying to display a text file that i have save as a hyperlink. I cant seem to get...
    2. Random Linked Text File Error
      Hi I have an Access 2000 database that has a link to a text file. When I'm using my web application at random times I see an error message which...
    3. Flash file linked to database???
      Hi, I'm developing an e-Learning application using Flash MX. Instead of adding text directly to the flash file, I'd prefer to link the flash...
    4. how to read japanese characters (multilingual characters) from a text file and save them in Access database ???
      HI All i m trying to read a text file, having some japanese characters and saved as UTF-8 encoding. I m using ASP,FSO ... my code is below,...
    5. Renaming Excel file linked to Access form
      I created an Access form linked to an Excel file that I need to e-mail to others. When they rename the Excel file and try to click on the Access...
  3. #2

    Default Re: Problem with Access Database With Linked Text File

    is there a reason you moved the text file?





    ________________________________________
    Atrax. MVP, IIS
    [url]http://rtfm.atrax.co.uk/[/url]

    newsflash : Atrax.Richedit 1.0 now released.
    [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Atrax Guest

  4. #3

    Default Re: Problem with Access Database With Linked Text File

    melody wrote:
    > Hi,
    >
    > I'm using an Access 2000 database with my ASP application,
    > and the db has a link to a text file.
    >
    > Previously, the text file and the db were in the same
    > folder and everything worked fine. But after I moved the
    > text file into a subfolder (in the same folder where the
    > db is located), ASP is giving me this error :
    >
    > Microsoft OLE DB Provider for ODBC Drivers
    > error '80004005'
    >
    > [Microsoft][ODBC Microsoft Access Driver] The text file
    > specification 'DEPENDENTS Link Specification1' does not
    > exist. You cannot import, export, or link using the
    > specification.
    >
    > I already updated the link to the text file in the db to
    > its new location, but no avail. Really would appreciate
    > some help on this.
    >
    > Thanks.
    >
    > Melody
    It's likely to be permissions: the IUSR_machinename account does not have
    the needed permissions for the text file's new location.

    Bob Barrows


    Bob Barrows Guest

  5. #4

    Default Re: Problem with Access Database With Linked Text File


    I've checked, IUSR has full control over the new location
    the txt file in :(
    >-----Original Message-----
    >melody wrote:
    >> Hi,
    >>
    >> I'm using an Access 2000 database with my ASP
    application,
    >> and the db has a link to a text file.
    >>
    >> Previously, the text file and the db were in the same
    >> folder and everything worked fine. But after I moved the
    >> text file into a subfolder (in the same folder where the
    >> db is located), ASP is giving me this error :
    >>
    >> Microsoft OLE DB Provider for ODBC Drivers
    >> error '80004005'
    >>
    >> [Microsoft][ODBC Microsoft Access Driver] The text file
    >> specification 'DEPENDENTS Link Specification1' does not
    >> exist. You cannot import, export, or link using the
    >> specification.
    >>
    >> I already updated the link to the text file in the db to
    >> its new location, but no avail. Really would appreciate
    >> some help on this.
    >>
    >> Thanks.
    >>
    >> Melody
    >
    >It's likely to be permissions: the IUSR_machinename
    account does not have
    >the needed permissions for the text file's new location.
    >
    >Bob Barrows
    >
    >
    >.
    >
    Melody Guest

  6. #5

    Default Re: Problem with Access Database With Linked Text File


    Well, the reason for the move is this : the text file is
    being updated weekly with data from an external source, so
    just to organize things I created a subfolder and moved
    the text file one level down (lets say the original
    location is "//computername/db/", the new location of the
    text file is now "//computername/db/newfolder/").

    Another thing that I might mention is that the text file
    is not in the web root folder.
    >-----Original Message-----
    >is there a reason you moved the text file?
    >
    >
    >
    >
    >
    >________________________________________
    >Atrax. MVP, IIS
    >[url]http://rtfm.atrax.co.uk/[/url]
    >
    >newsflash : Atrax.Richedit 1.0 now released.
    >[url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.R[/url]
    ichEdit/
    >
    >*** Sent via Developersdex [url]http://www.developersdex.com[/url]
    ***
    >Don't just participate in USENET...get rewarded for it!
    >.
    >
    Melody Guest

  7. #6

    Default Re: Problem with Access Database With Linked Text File

    Try deleting and recreating the link.

    Bob Barrows
    Melody wrote:
    > I've checked, IUSR has full control over the new location
    > the txt file in :(
    >
    >> -----Original Message-----
    >> melody wrote:
    >>> Hi,
    >>>
    >>> I'm using an Access 2000 database with my ASP application,
    >>> and the db has a link to a text file.
    >>>
    >>> Previously, the text file and the db were in the same
    >>> folder and everything worked fine. But after I moved the
    >>> text file into a subfolder (in the same folder where the
    >>> db is located), ASP is giving me this error :
    >>>
    >>> Microsoft OLE DB Provider for ODBC Drivers
    >>> error '80004005'
    >>>
    >>> [Microsoft][ODBC Microsoft Access Driver] The text file
    >>> specification 'DEPENDENTS Link Specification1' does not
    >>> exist. You cannot import, export, or link using the
    >>> specification.
    >>>
    >>> I already updated the link to the text file in the db to
    >>> its new location, but no avail. Really would appreciate
    >>> some help on this.
    >>>
    >>> Thanks.
    >>>
    >>> Melody
    >>
    >> It's likely to be permissions: the IUSR_machinename account does not
    >> have the needed permissions for the text file's new location.
    >>
    >> Bob Barrows
    >>
    >>
    >> .


    Bob Barrows Guest

  8. #7

    Default Re: Problem with Access Database With Linked Text File


    Tried that, but I'm still getting the same error message.
    >-----Original Message-----
    >Try deleting and recreating the link.
    >
    >Bob Barrows
    >Melody wrote:
    >> I've checked, IUSR has full control over the new
    location
    >> the txt file in :(
    >>
    >>> -----Original Message-----
    >>> melody wrote:
    >>>> Hi,
    >>>>
    >>>> I'm using an Access 2000 database with my ASP
    application,
    >>>> and the db has a link to a text file.
    >>>>
    >>>> Previously, the text file and the db were in the same
    >>>> folder and everything worked fine. But after I moved
    the
    >>>> text file into a subfolder (in the same folder where
    the
    >>>> db is located), ASP is giving me this error :
    >>>>
    >>>> Microsoft OLE DB Provider for ODBC Drivers
    >>>> error '80004005'
    >>>>
    >>>> [Microsoft][ODBC Microsoft Access Driver] The text
    file
    >>>> specification 'DEPENDENTS Link Specification1' does
    not
    >>>> exist. You cannot import, export, or link using the
    >>>> specification.
    >>>>
    >>>> I already updated the link to the text file in the db
    to
    >>>> its new location, but no avail. Really would
    appreciate
    >>>> some help on this.
    >>>>
    >>>> Thanks.
    >>>>
    >>>> Melody
    >>>
    >>> It's likely to be permissions: the IUSR_machinename
    account does not
    >>> have the needed permissions for the text file's new
    location.
    >>>
    >>> Bob Barrows
    >>>
    >>>
    >>> .
    >
    >
    >
    >.
    >
    Melody Guest

  9. #8

    Default Re: Problem with Access Database With Linked Text File

    Hmm, create a blank database and import all the objects (except the link)
    from the original database. Move the original database somewhere, give the
    new database the same name as the original and then create the link to the
    text file in the new database.

    Bob Barrows

    Melody wrote:
    > Tried that, but I'm still getting the same error message.
    >
    >> -----Original Message-----
    >> Try deleting and recreating the link.
    >>
    >> Bob Barrows
    >> Melody wrote:
    >>> I've checked, IUSR has full control over the new location
    >>> the txt file in :(
    >>>
    >>>> -----Original Message-----
    >>>> melody wrote:
    >>>>> Hi,
    >>>>>
    >>>>> I'm using an Access 2000 database with my ASP application,
    >>>>> and the db has a link to a text file.
    >>>>>
    >>>>> Previously, the text file and the db were in the same
    >>>>> folder and everything worked fine. But after I moved the
    >>>>> text file into a subfolder (in the same folder where the
    >>>>> db is located), ASP is giving me this error :
    >>>>>
    >>>>> Microsoft OLE DB Provider for ODBC Drivers
    >>>>> error '80004005'
    >>>>>
    >>>>> [Microsoft][ODBC Microsoft Access Driver] The text file
    >>>>> specification 'DEPENDENTS Link Specification1' does not
    >>>>> exist. You cannot import, export, or link using the
    >>>>> specification.
    >>>>>
    >>>>> I already updated the link to the text file in the db to
    >>>>> its new location, but no avail. Really would appreciate
    >>>>> some help on this.
    >>>>>
    >>>>> Thanks.
    >>>>>
    >>>>> Melody
    >>>>
    >>>> It's likely to be permissions: the IUSR_machinename account does
    >>>> not have the needed permissions for the text file's new location.
    >>>>
    >>>> Bob Barrows
    >>>>
    >>>>
    >>>> .
    >>
    >>
    >>
    >> .


    Bob Barrows Guest

  10. #9

    Default Re: Problem with Access Database With Linked Text File


    It worked, except that I renamed the original database
    instead of moving it. Thanks a lot for your help :-)
    >-----Original Message-----
    >Hmm, create a blank database and import all the objects
    (except the link)
    >from the original database. Move the original database
    somewhere, give the
    >new database the same name as the original and then
    create the link to the
    >text file in the new database.
    >
    >Bob Barrows
    >
    >Melody wrote:
    >> Tried that, but I'm still getting the same error
    message.
    >>
    >>> -----Original Message-----
    >>> Try deleting and recreating the link.
    >>>
    >>> Bob Barrows
    >>> Melody wrote:
    >>>> I've checked, IUSR has full control over the new
    location
    >>>> the txt file in :(
    >>>>
    >>>>> -----Original Message-----
    >>>>> melody wrote:
    >>>>>> Hi,
    >>>>>>
    >>>>>> I'm using an Access 2000 database with my ASP
    application,
    >>>>>> and the db has a link to a text file.
    >>>>>>
    >>>>>> Previously, the text file and the db were in the
    same
    >>>>>> folder and everything worked fine. But after I
    moved the
    >>>>>> text file into a subfolder (in the same folder
    where the
    >>>>>> db is located), ASP is giving me this error :
    >>>>>>
    >>>>>> Microsoft OLE DB Provider for ODBC Drivers
    >>>>>> error '80004005'
    >>>>>>
    >>>>>> [Microsoft][ODBC Microsoft Access Driver] The text
    file
    >>>>>> specification 'DEPENDENTS Link Specification1' does
    not
    >>>>>> exist. You cannot import, export, or link using the
    >>>>>> specification.
    >>>>>>
    >>>>>> I already updated the link to the text file in the
    db to
    >>>>>> its new location, but no avail. Really would
    appreciate
    >>>>>> some help on this.
    >>>>>>
    >>>>>> Thanks.
    >>>>>>
    >>>>>> Melody
    >>>>>
    >>>>> It's likely to be permissions: the IUSR_machinename
    account does
    >>>>> not have the needed permissions for the text file's
    new location.
    >>>>>
    >>>>> Bob Barrows
    >>>>>
    >>>>>
    >>>>> .
    >>>
    >>>
    >>>
    >>> .
    >
    >
    >
    >.
    >
    Melody 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