PC Review


Reply
Thread Tools Rate Thread

Desktop shortcut using remote access

 
 
sweeneysmsm
Guest
Posts: n/a
 
      23rd Dec 2009
I know how to do desktop shortcuts for Access tying together the individual
paths for Access, the .mdb file, and the .mdw file.

I have a situation where the main user has a laptop which will have Access
installed on it, but she will connect remotely to the .mdb and .mdw file
which are located on a remote server.

Now the normal kind of desktop shortcut would look like this in Properties:
The Target:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "C:\Documents and
Settings\Mary\My Documents\Work Projects\MVP\Secure MVP Database.mdb"/wrkgrp
"C:\Documents and Settings\Mary\My Documents\Work Projects\MVP\MVP
Workgroup.mdw"

The Start In:
"C:\Documents and Settings\Mary\My Documents\Work Projects\MVP"

Is there anything special I have to deal with in this situation? Thanks so
much for any insight you can provide.

(Yes, I do know that the workgroups will be scrapped in .mdb's created in
2007 format, but I am not in that situation yet...)
 
Reply With Quote
 
 
 
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      23rd Dec 2009
sweeneysmsm <(E-Mail Removed)> wrote:

>I have a situation where the main user has a laptop which will have Access
>installed on it, but she will connect remotely to the .mdb and .mdw file
>which are located on a remote server.


Define remote server. Is this on a Terminal or Citrix Server? Or
file server? If the WAN connection is below 100 mpbs it will be very
slow and very prone to corruptions.

>Now the normal kind of desktop shortcut would look like this in Properties:
>The Target:
>"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "C:\Documents and
>Settings\Mary\My Documents\Work Projects\MVP\Secure MVP Database.mdb"/wrkgrp
>"C:\Documents and Settings\Mary\My Documents\Work Projects\MVP\MVP
>Workgroup.mdw"


"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
"\\Server\Share\Work Projects\MVP\Secure MVP Database.mdb"
/wrkgrp "\\Server\Share\Work Projects\MVP\MVP Workgroup.mdw"

>"C:\Documents and Settings\Mary\My Documents\Work Projects\MVP"


That doesn't matter.

>(Yes, I do know that the workgroups will be scrapped in .mdb's created in
>2007 format, but I am not in that situation yet...)


A2007 ACCDBs have scrapped workgroup security but not A2007 MDBs.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      24th Dec 2009

"Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> Define remote server. Is this on a Terminal or Citrix Server? Or
> file server? If the WAN connection is below 100 mpbs it will be very
> slow and very prone to corruptions.


Any Jet database not properly configured on a Terminal Server or other
similar machine, is very prone to corruption regardless of the speed. The
corruption will occur if too many packets are dropped during transmission.
I'd recommend SQL-Server with unbound forms if a terminal services machine
cannot be used.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


 
Reply With Quote
 
sweeneysmsm
Guest
Posts: n/a
 
      24th Dec 2009
Thank you both for the above replies.

Re the nature of the server etc:

My understanding is that the person with the laptop is in a building just up
the hill from the Office Building where I believe a physical server running
on Windows Server is located. I do not know the speed of the connection. I
gather from both comments that it is basically not a good idea to go with the
remote connection concept as this would be the standard way of operating for
the main user - not a sporadic thing. Please confirm that for me so that I
can give those I am trying to assist a sense of why they need to think along
other lines.

I am also thinking that if there are networked users connecting to the same
database, it would probably be preferable to split the database into
backend/frontend.

Thank you so much. Hope to hear from you.

Mary

"Arvin Meyer [MVP]" wrote:

>
> "Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
> > Define remote server. Is this on a Terminal or Citrix Server? Or
> > file server? If the WAN connection is below 100 mpbs it will be very
> > slow and very prone to corruptions.

>
> Any Jet database not properly configured on a Terminal Server or other
> similar machine, is very prone to corruption regardless of the speed. The
> corruption will occur if too many packets are dropped during transmission.
> I'd recommend SQL-Server with unbound forms if a terminal services machine
> cannot be used.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
> .
>

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      24th Dec 2009
Remote connecting using RDP or terminal services is just fine as long as all
the same rules are obeyed. You must have a folder on the server for each
user, with a front-end database. What you can't do is connect to an Access
database with a local front-end, and a remote back-end.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"sweeneysmsm" <(E-Mail Removed)> wrote in message
news:38A8DF24-E78C-41BD-BB27-(E-Mail Removed)...
> Thank you both for the above replies.
>
> Re the nature of the server etc:
>
> My understanding is that the person with the laptop is in a building just
> up
> the hill from the Office Building where I believe a physical server
> running
> on Windows Server is located. I do not know the speed of the connection. I
> gather from both comments that it is basically not a good idea to go with
> the
> remote connection concept as this would be the standard way of operating
> for
> the main user - not a sporadic thing. Please confirm that for me so that I
> can give those I am trying to assist a sense of why they need to think
> along
> other lines.
>
> I am also thinking that if there are networked users connecting to the
> same
> database, it would probably be preferable to split the database into
> backend/frontend.
>
> Thank you so much. Hope to hear from you.
>
> Mary
>
> "Arvin Meyer [MVP]" wrote:
>
>>
>> "Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>
>> > Define remote server. Is this on a Terminal or Citrix Server? Or
>> > file server? If the WAN connection is below 100 mpbs it will be very
>> > slow and very prone to corruptions.

>>
>> Any Jet database not properly configured on a Terminal Server or other
>> similar machine, is very prone to corruption regardless of the speed. The
>> corruption will occur if too many packets are dropped during
>> transmission.
>> I'd recommend SQL-Server with unbound forms if a terminal services
>> machine
>> cannot be used.
>> --
>> Arvin Meyer, MCP, MVP
>> http://www.datastrat.com
>> http://www.mvps.org/access
>> http://www.accessmvp.com
>>
>>
>> .
>>



 
Reply With Quote
 
David W. Fenton
Guest
Posts: n/a
 
      24th Dec 2009
=?Utf-8?B?c3dlZW5leXNtc20=?= <(E-Mail Removed)>
wrote in news:38A8DF24-E78C-41BD-BB27-(E-Mail Removed):

> it would probably be preferable to split the database into
> backend/frontend.


There are no conditions in which splitting is *not* the correct way
to distribute your application. NONE.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 
Reply With Quote
 
sweeneysmsm
Guest
Posts: n/a
 
      25th Dec 2009
Thank you all so much. I have copied this correspondence to submit to my
client with an outline of what I envision as the task - Basically splitting
the database and creating an install package. I will have to wait until after
New Year to get this underway, but I will post my results. The ultimate trick
will be to pull off the remote connection. Happy Christmas to all! As an
immediate thankyou, suggest you go to restaurant.com and click on "Feeding it
Forward" So very many generous people in the world. I am very grateful for
your responses on this Christmas Eve.

Mary

"Arvin Meyer [MVP]" wrote:

> Remote connecting using RDP or terminal services is just fine as long as all
> the same rules are obeyed. You must have a folder on the server for each
> user, with a front-end database. What you can't do is connect to an Access
> database with a local front-end, and a remote back-end.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
> "sweeneysmsm" <(E-Mail Removed)> wrote in message
> news:38A8DF24-E78C-41BD-BB27-(E-Mail Removed)...
> > Thank you both for the above replies.
> >
> > Re the nature of the server etc:
> >
> > My understanding is that the person with the laptop is in a building just
> > up
> > the hill from the Office Building where I believe a physical server
> > running
> > on Windows Server is located. I do not know the speed of the connection. I
> > gather from both comments that it is basically not a good idea to go with
> > the
> > remote connection concept as this would be the standard way of operating
> > for
> > the main user - not a sporadic thing. Please confirm that for me so that I
> > can give those I am trying to assist a sense of why they need to think
> > along
> > other lines.
> >
> > I am also thinking that if there are networked users connecting to the
> > same
> > database, it would probably be preferable to split the database into
> > backend/frontend.
> >
> > Thank you so much. Hope to hear from you.
> >
> > Mary
> >
> > "Arvin Meyer [MVP]" wrote:
> >
> >>
> >> "Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >>
> >> > Define remote server. Is this on a Terminal or Citrix Server? Or
> >> > file server? If the WAN connection is below 100 mpbs it will be very
> >> > slow and very prone to corruptions.
> >>
> >> Any Jet database not properly configured on a Terminal Server or other
> >> similar machine, is very prone to corruption regardless of the speed. The
> >> corruption will occur if too many packets are dropped during
> >> transmission.
> >> I'd recommend SQL-Server with unbound forms if a terminal services
> >> machine
> >> cannot be used.
> >> --
> >> Arvin Meyer, MCP, MVP
> >> http://www.datastrat.com
> >> http://www.mvps.org/access
> >> http://www.accessmvp.com
> >>
> >>
> >> .
> >>

>
>
> .
>

 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      25th Dec 2009
Simple as pie for a one connection:

Start >>> Run

Then type:

mstsc.exe

expand the options and add the password. Open the user folder and you're
working. You can even add a shortcut to the laptop's desktop:

%SystemRoot%\system32\mstsc.exe

--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"sweeneysmsm" <(E-Mail Removed)> wrote in message
news:47DCDEE3-DC68-4E79-9B38-(E-Mail Removed)...
> Thank you all so much. I have copied this correspondence to submit to my
> client with an outline of what I envision as the task - Basically
> splitting
> the database and creating an install package. I will have to wait until
> after
> New Year to get this underway, but I will post my results. The ultimate
> trick
> will be to pull off the remote connection. Happy Christmas to all! As an
> immediate thankyou, suggest you go to restaurant.com and click on "Feeding
> it
> Forward" So very many generous people in the world. I am very grateful
> for
> your responses on this Christmas Eve.
>
> Mary
>
> "Arvin Meyer [MVP]" wrote:
>
>> Remote connecting using RDP or terminal services is just fine as long as
>> all
>> the same rules are obeyed. You must have a folder on the server for each
>> user, with a front-end database. What you can't do is connect to an
>> Access
>> database with a local front-end, and a remote back-end.
>> --
>> Arvin Meyer, MCP, MVP
>> http://www.datastrat.com
>> http://www.mvps.org/access
>> http://www.accessmvp.com
>>
>>
>> "sweeneysmsm" <(E-Mail Removed)> wrote in message
>> news:38A8DF24-E78C-41BD-BB27-(E-Mail Removed)...
>> > Thank you both for the above replies.
>> >
>> > Re the nature of the server etc:
>> >
>> > My understanding is that the person with the laptop is in a building
>> > just
>> > up
>> > the hill from the Office Building where I believe a physical server
>> > running
>> > on Windows Server is located. I do not know the speed of the
>> > connection. I
>> > gather from both comments that it is basically not a good idea to go
>> > with
>> > the
>> > remote connection concept as this would be the standard way of
>> > operating
>> > for
>> > the main user - not a sporadic thing. Please confirm that for me so
>> > that I
>> > can give those I am trying to assist a sense of why they need to think
>> > along
>> > other lines.
>> >
>> > I am also thinking that if there are networked users connecting to the
>> > same
>> > database, it would probably be preferable to split the database into
>> > backend/frontend.
>> >
>> > Thank you so much. Hope to hear from you.
>> >
>> > Mary
>> >
>> > "Arvin Meyer [MVP]" wrote:
>> >
>> >>
>> >> "Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
>> >> news:(E-Mail Removed)...
>> >>
>> >> > Define remote server. Is this on a Terminal or Citrix Server? Or
>> >> > file server? If the WAN connection is below 100 mpbs it will be
>> >> > very
>> >> > slow and very prone to corruptions.
>> >>
>> >> Any Jet database not properly configured on a Terminal Server or other
>> >> similar machine, is very prone to corruption regardless of the speed.
>> >> The
>> >> corruption will occur if too many packets are dropped during
>> >> transmission.
>> >> I'd recommend SQL-Server with unbound forms if a terminal services
>> >> machine
>> >> cannot be used.
>> >> --
>> >> Arvin Meyer, MCP, MVP
>> >> http://www.datastrat.com
>> >> http://www.mvps.org/access
>> >> http://www.accessmvp.com
>> >>
>> >>
>> >> .
>> >>

>>
>>
>> .
>>



 
Reply With Quote
 
sweeneysmsm
Guest
Posts: n/a
 
      31st Dec 2009
Am back. Hope your holiday celebration was a blessed time.

I did get back to my client. I need to clarify a couple of things for me and
for them.

My understanding of the correct procedure was that each user should have
their own front end in a folder on the Windows 2000 server and that the
backend should be on the server as well. Is there such a thing as shared
folders on a server and if so is that where the backend goes?

Also, there was a mention of a WAN in the discussion and dropped packets. My
remote client is not connecting via a WAN. She would connect to the internet
through a wireless LAN and from there connect to the server in another
building through the Remote Desktop. Is there risk/likelihood of these
dropped packets in that situation. In a way I would think not since the data
is on the server and the Remote Desktop is allowing her to connect to it. The
data is not, I think, being sent across a network. Networking is not my thing
so I just want to make sure that I am giving an accurate picture of the
choices and consequences.

Also, I have to say, I do not understand the "one connection" below. If it
were just a single user would it not be better to put the database on the
laptop and not split it and just use it as a single user?

When I post I always check off the box to be notified when someone makes an
additional posting. In this discussion I have not received any notices of any
postings. Have you received notices?

Thank you for whatever insights you can provide. So much appreciated.

Mary

"Arvin Meyer [MVP]" wrote:

> Simple as pie for a one connection:
>
> Start >>> Run
>
> Then type:
>
> mstsc.exe
>
> expand the options and add the password. Open the user folder and you're
> working. You can even add a shortcut to the laptop's desktop:
>
> %SystemRoot%\system32\mstsc.exe
>
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
> "sweeneysmsm" <(E-Mail Removed)> wrote in message
> news:47DCDEE3-DC68-4E79-9B38-(E-Mail Removed)...
> > Thank you all so much. I have copied this correspondence to submit to my
> > client with an outline of what I envision as the task - Basically
> > splitting
> > the database and creating an install package. I will have to wait until
> > after
> > New Year to get this underway, but I will post my results. The ultimate
> > trick
> > will be to pull off the remote connection. Happy Christmas to all! As an
> > immediate thankyou, suggest you go to restaurant.com and click on "Feeding
> > it
> > Forward" So very many generous people in the world. I am very grateful
> > for
> > your responses on this Christmas Eve.
> >
> > Mary
> >
> > "Arvin Meyer [MVP]" wrote:
> >
> >> Remote connecting using RDP or terminal services is just fine as long as
> >> all
> >> the same rules are obeyed. You must have a folder on the server for each
> >> user, with a front-end database. What you can't do is connect to an
> >> Access
> >> database with a local front-end, and a remote back-end.
> >> --
> >> Arvin Meyer, MCP, MVP
> >> http://www.datastrat.com
> >> http://www.mvps.org/access
> >> http://www.accessmvp.com
> >>
> >>
> >> "sweeneysmsm" <(E-Mail Removed)> wrote in message
> >> news:38A8DF24-E78C-41BD-BB27-(E-Mail Removed)...
> >> > Thank you both for the above replies.
> >> >
> >> > Re the nature of the server etc:
> >> >
> >> > My understanding is that the person with the laptop is in a building
> >> > just
> >> > up
> >> > the hill from the Office Building where I believe a physical server
> >> > running
> >> > on Windows Server is located. I do not know the speed of the
> >> > connection. I
> >> > gather from both comments that it is basically not a good idea to go
> >> > with
> >> > the
> >> > remote connection concept as this would be the standard way of
> >> > operating
> >> > for
> >> > the main user - not a sporadic thing. Please confirm that for me so
> >> > that I
> >> > can give those I am trying to assist a sense of why they need to think
> >> > along
> >> > other lines.
> >> >
> >> > I am also thinking that if there are networked users connecting to the
> >> > same
> >> > database, it would probably be preferable to split the database into
> >> > backend/frontend.
> >> >
> >> > Thank you so much. Hope to hear from you.
> >> >
> >> > Mary
> >> >
> >> > "Arvin Meyer [MVP]" wrote:
> >> >
> >> >>
> >> >> "Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
> >> >> news:(E-Mail Removed)...
> >> >>
> >> >> > Define remote server. Is this on a Terminal or Citrix Server? Or
> >> >> > file server? If the WAN connection is below 100 mpbs it will be
> >> >> > very
> >> >> > slow and very prone to corruptions.
> >> >>
> >> >> Any Jet database not properly configured on a Terminal Server or other
> >> >> similar machine, is very prone to corruption regardless of the speed.
> >> >> The
> >> >> corruption will occur if too many packets are dropped during
> >> >> transmission.
> >> >> I'd recommend SQL-Server with unbound forms if a terminal services
> >> >> machine
> >> >> cannot be used.
> >> >> --
> >> >> Arvin Meyer, MCP, MVP
> >> >> http://www.datastrat.com
> >> >> http://www.mvps.org/access
> >> >> http://www.accessmvp.com
> >> >>
> >> >>
> >> >> .
> >> >>
> >>
> >>
> >> .
> >>

>
>
> .
>

 
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
Desktop shortcut for two Windows Remote Desktop connections richardhb Windows XP 0 11th Apr 2008 07:34 PM
Remote Desktop Shortcut? Vigilante Windows Vista General Discussion 3 6th Jul 2007 06:18 AM
remote desktop shortcut =?Utf-8?B?TWFyayBSZXZlbA==?= Windows XP Work Remotely 4 31st Oct 2005 10:12 PM
Shortcut to Remote Desktop Connection Dale Walker Windows XP Work Remotely 7 7th May 2004 02:16 AM
Remote Desktop disconnect shortcut David Shorthouse Windows XP Work Remotely 2 9th Jul 2003 01:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:35 AM.