PC Review


Reply
Thread Tools Rate Thread

Access mdb on mapped drive

 
 
MacDermott
Guest
Posts: n/a
 
      11th Jul 2007
I'm developing an Access application which will eventually run with a back
end on a server, but for local development I have only a single PC
available.
So I've mapped a drive to a folder on my PC.
I can see the drive and the mdb file in it in my Windows Explorer, but when
I try to open the mdb, it's read-only.
If I navigate directly to the mdb on my PC (not using the mapped drive), I
can open the mdb normally (read/write).

What could be the problem?
- TIA


 
Reply With Quote
 
 
 
 
Tony Vrolyk
Guest
Posts: n/a
 
      11th Jul 2007
I assume you created a shared folder on your PC. When you did this did you
allow changes? I foret the exact term it uses but make sure the share is set
to allow users to make changes.

What is the point of mapping back to yourself anyway? If your db is already
split can't you just relink the tables when you have the server available?

Tony


"MacDermott" <(E-Mail Removed)> wrote in message
news:%23t6hBd$(E-Mail Removed)...
> I'm developing an Access application which will eventually run with a back
> end on a server, but for local development I have only a single PC
> available.
> So I've mapped a drive to a folder on my PC.
> I can see the drive and the mdb file in it in my Windows Explorer, but
> when I try to open the mdb, it's read-only.
> If I navigate directly to the mdb on my PC (not using the mapped drive), I
> can open the mdb normally (read/write).
>
> What could be the problem?
> - TIA
>



 
Reply With Quote
 
Wolfgang Kais
Guest
Posts: n/a
 
      11th Jul 2007
Hello MacDermott.

"MacDermott" wrote:
> I'm developing an Access application which will eventually run
> with a back end on a server, but for local development I have only
> a single PC available.
> So I've mapped a drive to a folder on my PC.
> I can see the drive and the mdb file in it in my Windows Explorer,
> but when I try to open the mdb, it's read-only.
> If I navigate directly to the mdb on my PC (not using the mapped
> drive), I can open the mdb normally (read/write).
>
> What could be the problem?


The default permissions on a shared folder allow only read access to
everyone. Check the Permissions settings on the sharing tab of the
properties window of the folder you shared.
When connecting to a folder using a share, a user has at most the
permissions that are specified there.

--
Regards,
Wolfgang


 
Reply With Quote
 
MacDermott
Guest
Posts: n/a
 
      12th Jul 2007
Many thanks to both of you.
It was indeed the sharing permissions which were set wrong.

Tony -
As for why I'm doing this: you're quite right that I could just link
directly. One client of mine has asked for a check that the back-end is
*not* on the local machine, or at least is on a drive with a mapped letter
which is not C. I needed this setup to test that. Another client has his
back-end on a server, and has some problems re-linking which I haven't been
able to trouble-shoot remotely. A quick work-around is for me to create a
setup on my machine with a drive structure which mirrors his. That way I
can deliver front-end changes which don't require relinking.

Thanks again!

"Wolfgang Kais" <(E-Mail Removed)> wrote in message
news:%23PTxBs$(E-Mail Removed)...
> Hello MacDermott.
>
> "MacDermott" wrote:
>> I'm developing an Access application which will eventually run
>> with a back end on a server, but for local development I have only
>> a single PC available.
>> So I've mapped a drive to a folder on my PC.
>> I can see the drive and the mdb file in it in my Windows Explorer,
>> but when I try to open the mdb, it's read-only.
>> If I navigate directly to the mdb on my PC (not using the mapped
>> drive), I can open the mdb normally (read/write).
>>
>> What could be the problem?

>
> The default permissions on a shared folder allow only read access to
> everyone. Check the Permissions settings on the sharing tab of the
> properties window of the folder you shared.
> When connecting to a folder using a share, a user has at most the
> permissions that are specified there.
>
> --
> Regards,
> Wolfgang
>
>



 
Reply With Quote
 
Tony Vrolyk
Guest
Posts: n/a
 
      12th Jul 2007
I use code the code here - http://www.mvps.org/access/tables/tbl0009.htm

....which is run on startup of the db and if it cannot find the linked MDB,
prompts the user to select the new MDB location and then relinks all the
table for them. It assumes that the MDB does not require a password and that
all linked tables are linked to the same MDB.

For my uses I added some lines that attempt to find the file in a default
location (which I defined) and then only prompt if it can't be found. But
that is just me.

Tony


"MacDermott" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Many thanks to both of you.
> It was indeed the sharing permissions which were set wrong.
>
> Tony -
> As for why I'm doing this: you're quite right that I could just link
> directly. One client of mine has asked for a check that the back-end is
> *not* on the local machine, or at least is on a drive with a mapped letter
> which is not C. I needed this setup to test that. Another client has his
> back-end on a server, and has some problems re-linking which I haven't
> been able to trouble-shoot remotely. A quick work-around is for me to
> create a setup on my machine with a drive structure which mirrors his.
> That way I can deliver front-end changes which don't require relinking.
>
> Thanks again!
>
> "Wolfgang Kais" <(E-Mail Removed)> wrote in message
> news:%23PTxBs$(E-Mail Removed)...
>> Hello MacDermott.
>>
>> "MacDermott" wrote:
>>> I'm developing an Access application which will eventually run
>>> with a back end on a server, but for local development I have only
>>> a single PC available.
>>> So I've mapped a drive to a folder on my PC.
>>> I can see the drive and the mdb file in it in my Windows Explorer,
>>> but when I try to open the mdb, it's read-only.
>>> If I navigate directly to the mdb on my PC (not using the mapped
>>> drive), I can open the mdb normally (read/write).
>>>
>>> What could be the problem?

>>
>> The default permissions on a shared folder allow only read access to
>> everyone. Check the Permissions settings on the sharing tab of the
>> properties window of the folder you shared.
>> When connecting to a folder using a share, a user has at most the
>> permissions that are specified there.
>>
>> --
>> Regards,
>> Wolfgang
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Access via mapped drive Dusty Microsoft Access 9 13th Feb 2008 03:27 AM
Can not access mapped drive Jack Microsoft VC .NET 1 2nd Mar 2007 09:43 PM
Can not access mapped drive Jack Windows XP General 2 1st Mar 2007 05:48 PM
How to access mapped drive in DOS? brett Windows XP General 3 19th Jun 2006 07:08 PM
Mapped drive access Jackie Windows XP Networking 2 7th Jun 2004 04:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:43 PM.