Connecting Tech Pros Worldwide Forums | Help | Site Map

Host mdb file question

Jim
Guest
 
Posts: n/a
#1: Nov 12 '05
Is there a way to access a mdb file remotly via MS access?

I have a application that I'll need to us access for reporting.
and local updating

I'd like to keep the mdb file (data file) on a server hosted by
another company so that I can use asp for the web site hosted there.

Is there a way to connect to the mdb file just like you might a SQL
server?

Jim

Trevor Best
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Host mdb file question


Jim wrote:
[color=blue]
> Is there a way to access a mdb file remotly via MS access?
>
> I have a application that I'll need to us access for reporting.
> and local updating
>
> I'd like to keep the mdb file (data file) on a server hosted by
> another company so that I can use asp for the web site hosted there.
>
> Is there a way to connect to the mdb file just like you might a SQL
> server?
>
> Jim[/color]
No[1]. You might see if you can use Remote Access or VNC to control a
PC/Server local to the MDB.

[1] Well actually, a VPN connection would do it but have you ever
started a new job and been sent to the stores to ask for a long weight?

--
But why is the Rum gone?
Alan Webb
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Host mdb file question


Jim,
Later versions of Windows--2k, XP & so on, do a better job of presenting the
contents of folders on a web server in standard Explorer window. Pretty
much if Windows can connect to it, Access can too. Also, ODBC or its
current equivilant, is rather good at presenting to Access data as tables
from lots of formats & locations. So, short answer--it isn't hard to do
what you want.

There are issues around Jet's ability to support a limited number of
concurrent connections to an .mdb that have been discussed here previously.
The argument boils down to capacity--if your transaction volume is low
enough Jet will do fine. If you anticipate exceeding roughly a dozen or so
concurrent connections then it may be worth investigating a different rdbms
server engine.

"Jim" <google@whatifcomputers.com> wrote in message
news:39d23183.0403051601.3ed0098d@posting.google.c om...[color=blue]
> Is there a way to access a mdb file remotly via MS access?
>
> I have a application that I'll need to us access for reporting.
> and local updating
>
> I'd like to keep the mdb file (data file) on a server hosted by
> another company so that I can use asp for the web site hosted there.
>
> Is there a way to connect to the mdb file just like you might a SQL
> server?
>
> Jim[/color]


Closed Thread