Ask a Question related to ASP Database, Design and Development.
-
Alistair #1
access97 to 2000, now can't connect
hey peoples.
I have a small application that uses an access 97 Dbase to store the data. I
have access 2000 on my machine and all my other apps use 2000.
When I open the 97 table I have the option to upgrade this to 2000, I need
to do this otherwise I can't edit the table...so I thought, "sure, I can do
that"
Problem is I now get the error
The Microsoft Jet database engine cannot open the file '\11435\11435.mdb'.
It is already opened exclusively by another user, or you need permission to
view its data.
/11435/guestbook.asp, line 9
line 9 = blah blah "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source="&Server.MapPath("gb11435.mdb")
a line which works fine in my other apps...
any suggestions please?
many thanks
Alistair Guest
-
mx7 connect to sql server 2000
I have been able to set up a datasource that verifies and connects to the database. But when I run queries through coldfusion, I get 'invalid... -
Connect to SQL Server 2000 named instance from CF 4.5?
Has anyone connected to a SQL Server 2k named instance from CF 4.5? Yes believe it or not we are still using 4.5. I do not see a place in the Data... -
Cannot Connect SQL 2000 Database to Cold Fusion
Hello I have a problem connecting my SQL2000 Server Database to my Macromedia ColdFusion MX in the ColdFusion MX Administrator section: Data &... -
Can't connect to SQL 2000
I just installed MX7 and I can not connect to SQL 2000 I get the error Connection verification failed for data source: evan... -
ASP connect to MS SQL Server 2000
Hi Ng, i'm a nebie to ASP so please be kind ,-) I'd like to access (read and write data) from asp on (IIS if this Information is needed) MS... -
Ken Schaefer #2
Re: access97 to 2000, now can't connect
This is a permissions problem. Adjust the NTFS permissions for the folder in
question, and give the anonymous Internet User account (IUSR_<machinename>),
Read, Write and Execute permissions to the folder, and all files contained
within.
The upgrade would have done a compact-n-repair in the background, resulting
in the creation of a new file, just with the same name as the old file. In
the process the NTFS permissions might have changed.
Cheers
Ken
"Alistair" <email@wormfilteralistair.inuk.com> wrote in message
news:vp2a14abo2kl64@corp.supernews.com...
: hey peoples.
:
: I have a small application that uses an access 97 Dbase to store the data.
I
: have access 2000 on my machine and all my other apps use 2000.
:
: When I open the 97 table I have the option to upgrade this to 2000, I need
: to do this otherwise I can't edit the table...so I thought, "sure, I can
do
: that"
:
: Problem is I now get the error
:
: The Microsoft Jet database engine cannot open the file '\11435\11435.mdb'.
: It is already opened exclusively by another user, or you need permission
to
: view its data.
: /11435/guestbook.asp, line 9
:
: line 9 = blah blah "Provider=Microsoft.Jet.OLEDB.4.0; Data
: Source="&Server.MapPath("gb11435.mdb")
:
: a line which works fine in my other apps...
:
: any suggestions please?
:
: many thanks
:
:
:
Ken Schaefer Guest
-
Alistair #3
Re: access97 to 2000, now can't connect
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:u24zGLXlDHA.688@TK2MSFTNGP10.phx.gbl...in> This is a permissions problem. Adjust the NTFS permissions for the folder(IUSR_<machinename>),> question, and give the anonymous Internet User accountresulting> Read, Write and Execute permissions to the folder, and all files contained
> within.
>
> The upgrade would have done a compact-n-repair in the background,Thank you...> in the creation of a new file, just with the same name as the old file. In
> the process the NTFS permissions might have changed.
>
> Cheers
> Ken
>
I'm such a muppet!!!!..can't believe I overlooked it
Alistair Guest



Reply With Quote

