473,408 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

How link a Access DB on the web to local copy

Ove
I have one Access 2000 DB on my website. I want to access these tables
from my local database so i do not need to down-/upload the database
each time i want to make changes.

Meanwhile i want a external partner to access (just read) another
database on my web.

I have tried with "link tables" but do not succeed. Help please!

/Ove H,
Nov 13 '05 #1
4 1808
On 18 Sep 2004 15:14:09 -0700, ov**********@merga.se (Ove) wrote:

This is not possible over HTTP or FTP.
Perhaps you can access the website using Windows Terminal Services?

If you just want to make changes to the data, you could of course
write an Admin interface which would allow browsing and editing the
tables. If you search the Internet, you may well find some ASP pages
pretty much ready to go.

-Tom.

I have one Access 2000 DB on my website. I want to access these tables
from my local database so i do not need to down-/upload the database
each time i want to make changes.

Meanwhile i want a external partner to access (just read) another
database on my web.

I have tried with "link tables" but do not succeed. Help please!

/Ove H,


Nov 13 '05 #2
Tom,

Could you describe what an Admin interface is and how it works.

Thanks!

Linda
"Tom van Stiphout" <no*************@cox.net> wrote in message
news:qf********************************@4ax.com...
On 18 Sep 2004 15:14:09 -0700, ov**********@merga.se (Ove) wrote:

This is not possible over HTTP or FTP.
Perhaps you can access the website using Windows Terminal Services?

If you just want to make changes to the data, you could of course
write an Admin interface which would allow browsing and editing the
tables. If you search the Internet, you may well find some ASP pages
pretty much ready to go.

-Tom.

I have one Access 2000 DB on my website. I want to access these tables
from my local database so i do not need to down-/upload the database
each time i want to make changes.

Meanwhile i want a external partner to access (just read) another
database on my web.

I have tried with "link tables" but do not succeed. Help please!

/Ove H,

Nov 13 '05 #3
On Sat, 18 Sep 2004 23:41:58 GMT, "Linda" <lk****@earthlink.net>
wrote:

Well, you would surf to www.mysite.com/admin
There you find a login page - to keep everyone but approved users out.
Once in, you would find a list of all tables, and upon selecting one,
you are presented with a grid to browse the data and to edit it.
Implementing this is very doable, especially if you can find some
starter pages on the web.

-Tom.
Tom,

Could you describe what an Admin interface is and how it works.

Thanks!

Linda
"Tom van Stiphout" <no*************@cox.net> wrote in message
news:qf********************************@4ax.com.. .
On 18 Sep 2004 15:14:09 -0700, ov**********@merga.se (Ove) wrote:

This is not possible over HTTP or FTP.
Perhaps you can access the website using Windows Terminal Services?

If you just want to make changes to the data, you could of course
write an Admin interface which would allow browsing and editing the
tables. If you search the Internet, you may well find some ASP pages
pretty much ready to go.

-Tom.

>I have one Access 2000 DB on my website. I want to access these tables
>from my local database so i do not need to down-/upload the database
>each time i want to make changes.
>
>Meanwhile i want a external partner to access (just read) another
>database on my web.
>
>I have tried with "link tables" but do not succeed. Help please!
>
>/Ove H,


Nov 13 '05 #4
"Ove" <ov**********@merga.se> wrote in message
news:3a**************************@posting.google.c om...
I have one Access 2000 DB on my website. I want to access these tables
from my local database so i do not need to down-/upload the database
each time i want to make changes.

Meanwhile i want a external partner to access (just read) another
database on my web.

I have tried with "link tables" but do not succeed. Help please!


When you link tables, you must be able to "browse" on your network to the
file of your choice. So, the way to make this work is to setup networking
between your computer, and that web server. So, you need that other computer
to appear on your local network (just like you can network a few computers
together through a hub). This is usually called a VPN (virtual private
network). When you make a VPN, then all computers will appear in "my
network". In fact, the computers can be all over the world, but appear as a
nice little happy network.

So, to "link" a front end to the back end, you have to be able to browse to
the folder via "my networks". If you can't simply browse, and look at
folders via your network neighborhood, then you can't browse to the files
when you try and link.

Of course, the problem with is approach is that your connection is 100 times
slower over the web (and I am taking a t1, or a high speed internet).

There are some solutions to this problem here:

http://www.attcanada.net/~kallal.msn/Wan/Wans.html

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.attcanada.net/~kallal.msn
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: EJO | last post by:
Using an MS A2K front end running on WinXP and ODBC connections to SQL Server 7 on Win 2K server; there are about 10 users who access the front end via Terminal Server and use the same front end;...
2
by: Sam | last post by:
Hey, Basically the code below, should first create a database and then copy the tables from one external database to this newly created database. At the moment I am using a third access database...
4
by: alkhatib | last post by:
Hi Experts, I'm working on Win2k platform, where a process is wrinting to a log (plain text in tabular form) . My goal is to view this grawing log on access database, I linked a
7
by: ddsvi78 | last post by:
I am a complete idiot when it comes to access. Now that said, I work for a computer security company and one of our customers came to us with an access problem. They had been running fine for a...
6
by: Rob | last post by:
Hi, I am working on a project that requires a Windows Service which performs the following file transfer functions. 1. It monitors a specific local directory on a Windows 2003 Server. 2. When...
3
by: Daniel | last post by:
Is it possible to retain local file system read, write, delete access while impersonating for access to a remote drive in a different domain? I need to be able to move files from a local computer...
0
by: Anonymity25 | last post by:
Hello, I am continuing to update the front-end of a split DB. I update a local copy of the FE which is tied to a standalone copy of the BE. I am trying to automate the 'go-live' procedure for...
1
by: iitt2007 | last post by:
I have a XLS file on local machine and would like to copy all the columns to a new SQL table on the 'remote' (not local sql server) using SQL scripts. I tried following : select * into...
14
by: Brian Nelson | last post by:
Sorry for the long post, I've tried so hard to solve this one but I'm just stuck! We've had a multiuser .mdb file on a network share for years. I know it's not ideal, but it's worked well from...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.