Ask a Question related to ASP Database, Design and Development.
-
Aaron [SQL Server MVP] #1
Re: Can't open DB on local machine?
Why is it in C:? Put it in your web structure. And make sure you don't
have the database open in the Access GUI. Note that compact / repair can
reset the permissions on the file and/or the folder it's in. Did you check
the IUSR_ permissions?
[url]http://www.aspfaq.com/2009[/url]
--
[url]http://www.aspfaq.com/[/url]
(Reverse address to reply.)
"MDW" <anonymous@discussions.microsoft.com> wrote in message
news:97FC12C4-96F2-44CE-B9A1-471F7B1A41E9@microsoft.com...machine. It just started today. Whenever I view a page that attempts to open> Hey all,
>
> I'm having a strange problem opening an Access 2000 DB on my local
a connection to the DB, I get the following error:It is already opened exclusively by another user, or you need permission to>
> "The Microsoft Jet database engine cannot open the file 'C:\Lookup.mdb'.
view its data."(that I know of). This worked fine on Friday, and the only thing I've done>
> And no, I don't have it opened on my PC, nor can anyone access my C: drive
since then was compact/repair the database. I've checked all the
security/sharing options I know to look at, and everything seems OK. Any
ideas?>
> TIA.
Aaron [SQL Server MVP] Guest
-
filecopy from remote machine to local machine
Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =... -
login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP... -
SSL on local machine...
Hi folks, Is there any way to setup SSL certificates on a locally (workstation) installed IIS server? Thanks in advance...P -
Unable to open php script on local machine
"Greg Wilson" <gregw0407@netzero.net> wrote in message news:b4ae6f89.0307111424.ffcdf97@posting.google.com... If you still have problems, email... -
Can't use 'local' to find sql server instances on local machine
My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I... -
Ivo Stoykov #2
Re: Can't open DB on local machine?
You should include write permission to the folder where you DB is to
aspnet_wp account
Ivo
"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message news:<ulaibvKTEHA.3752@TK2MSFTNGP12.phx.gbl>...> Why is it in C:? Put it in your web structure. And make sure you don't
> have the database open in the Access GUI. Note that compact / repair can
> reset the permissions on the file and/or the folder it's in. Did you check
> the IUSR_ permissions?
>
> [url]http://www.aspfaq.com/2009[/url]
>
> --
> [url]http://www.aspfaq.com/[/url]
> (Reverse address to reply.)
>
>
>
>
> "MDW" <anonymous@discussions.microsoft.com> wrote in message
> news:97FC12C4-96F2-44CE-B9A1-471F7B1A41E9@microsoft.com...> machine. It just started today. Whenever I view a page that attempts to open> > Hey all,
> >
> > I'm having a strange problem opening an Access 2000 DB on my local
> a connection to the DB, I get the following error:> It is already opened exclusively by another user, or you need permission to> >
> > "The Microsoft Jet database engine cannot open the file 'C:\Lookup.mdb'.
> view its data."> (that I know of). This worked fine on Friday, and the only thing I've done> >
> > And no, I don't have it opened on my PC, nor can anyone access my C: drive
> since then was compact/repair the database. I've checked all the
> security/sharing options I know to look at, and everything seems OK. Any
> ideas?> >
> > TIA.Ivo Stoykov Guest
-
Aaron [SQL Server MVP] #3
Re: Can't open DB on local machine?
> You should include write permission to the folder where you DB is to
Did you mean to reply to me?> aspnet_wp account
Anyway, for ASP, I think you meant IUSR_MachineName. ASP does not use
aspnet_wp ...
--
[url]http://www.aspfaq.com/[/url]
(Reverse address to reply.)
Aaron [SQL Server MVP] Guest



Reply With Quote

