Ask a Question related to ASP Database, Design and Development.
-
melody #1
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
-
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... -
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... -
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... -
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,... -
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... -
Atrax #2
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
-
Bob Barrows #3
Re: Problem with Access Database With Linked Text File
melody wrote:
It's likely to be permissions: the IUSR_machinename account does not have> 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
the needed permissions for the text file's new location.
Bob Barrows
Bob Barrows Guest
-
Melody #4
Re: Problem with Access Database With Linked Text File
I've checked, IUSR has full control over the new location
the txt file in :(
application,>-----Original Message-----
>melody wrote:>> Hi,
>>
>> I'm using an Access 2000 database with my ASPaccount does not have>>> 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>the needed permissions for the text file's new location.
>
>Bob Barrows
>
>
>.
>Melody Guest
-
Melody #5
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.
ichEdit/>-----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]***>
>*** Sent via Developersdex [url]http://www.developersdex.com[/url]>Don't just participate in USENET...get rewarded for it!
>.
>Melody Guest
-
Bob Barrows #6
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
-
Melody #7
Re: Problem with Access Database With Linked Text File
Tried that, but I'm still getting the same error message.
location>-----Original Message-----
>Try deleting and recreating the link.
>
>Bob Barrows
>Melody wrote:>> I've checked, IUSR has full control over the newapplication,>> the txt file in :(
>>>>> -----Original Message-----
>>> melody wrote:
>>>> Hi,
>>>>
>>>> I'm using an Access 2000 database with my ASPthe>>>> 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 movedthe>>>> text file into a subfolder (in the same folder wherefile>>>> db is located), ASP is giving me this error :
>>>>
>>>> Microsoft OLE DB Provider for ODBC Drivers
>>>> error '80004005'
>>>>
>>>> [Microsoft][ODBC Microsoft Access Driver] The textnot>>>> specification 'DEPENDENTS Link Specification1' doesto>>>> exist. You cannot import, export, or link using the
>>>> specification.
>>>>
>>>> I already updated the link to the text file in the dbappreciate>>>> its new location, but no avail. Really wouldaccount does not>>>> some help on this.
>>>>
>>>> Thanks.
>>>>
>>>> Melody
>>>
>>> It's likely to be permissions: the IUSR_machinenamelocation.>>> have the needed permissions for the text file's new>>>>
>>> Bob Barrows
>>>
>>>
>>> .
>
>
>.
>Melody Guest
-
Bob Barrows #8
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
-
Melody #9
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 :-)
(except the link)>-----Original Message-----
>Hmm, create a blank database and import all the objectssomewhere, give the>from the original database. Move the original databasecreate the link to the>new database the same name as the original and thenmessage.>text file in the new database.
>
>Bob Barrows
>
>Melody wrote:>> Tried that, but I'm still getting the same errorlocation>>>>> -----Original Message-----
>>> Try deleting and recreating the link.
>>>
>>> Bob Barrows
>>> Melody wrote:
>>>> I've checked, IUSR has full control over the newapplication,>>>> the txt file in :(
>>>>
>>>>> -----Original Message-----
>>>>> melody wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I'm using an Access 2000 database with my ASPsame>>>>>> and the db has a link to a text file.
>>>>>>
>>>>>> Previously, the text file and the db were in themoved the>>>>>> folder and everything worked fine. But after Iwhere the>>>>>> text file into a subfolder (in the same folderfile>>>>>> db is located), ASP is giving me this error :
>>>>>>
>>>>>> Microsoft OLE DB Provider for ODBC Drivers
>>>>>> error '80004005'
>>>>>>
>>>>>> [Microsoft][ODBC Microsoft Access Driver] The textnot>>>>>> specification 'DEPENDENTS Link Specification1' doesdb to>>>>>> exist. You cannot import, export, or link using the
>>>>>> specification.
>>>>>>
>>>>>> I already updated the link to the text file in theappreciate>>>>>> its new location, but no avail. Really wouldaccount does>>>>>> some help on this.
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> Melody
>>>>>
>>>>> It's likely to be permissions: the IUSR_machinenamenew location.>>>>> not have the needed permissions for the text file's>>>>>>
>>>>> Bob Barrows
>>>>>
>>>>>
>>>>> .
>>>
>>>
>>>
>>> .
>
>
>.
>Melody Guest



Reply With Quote

