473,396 Members | 1,924 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,396 software developers and data experts.

Linking to backend through Internet with MSACCESS

Hello

I have managed to map an FTP site as a drive on my computer ( I think - not
sure if it is really mapped - although it appear with the rest of the mapped
drive on my system, there is no letter assigned to the FTP location in the
explorer tree ) but when I try to link to a backend that is located on the
FTP site I get an error message.

I am wondering if it is possible to have the backend of a MSACCESS database
on an FTP website and link a front-end to it via the internet?

If yes can you point me to some reading material on the subject?
Thanks
G. Gerard
Nov 29 '07 #1
1 1592
FTP is what is known as file transfer protocol, and as such is not a
networking protocol, nor is a system that lets you open, read, and then
write to data files.

in other words, FTP allows you to download a file, but it has no facilities
or provisions for reading data, or even writing data back to the file.

in some cases word, or even excelled can actually deal with this type of
environment because the whole filed is read into memory that modified, then
write the whole file back.

in the case of access, because it is a high performance database system, it
does not read a whole table into memory, but needs the ability to read and
write only bits and pieces of the actual file.

Because of this requirement, you have to use 100% compatible windows
networking system to read that file.

In theory, it is possible to extend windows networking, or use local network
neighborhood to actually function over the Internet, when you do this is
typically preferred to as a virtual private network .

I the explain in the following article as to why this is not a practical
approach for a ms access:

http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html

I do however explain how you can distribute, or use MS access remotely over
the Internet in the above article.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
Nov 29 '07 #2

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

Similar topics

2
by: jayjay | last post by:
In the database I have, its split into front end screens and reports and backend tables for data. Of course, this means the linked tables are linked using the linked table wizard to the network...
1
by: Daveyk0 | last post by:
Hello there, I have a front end database that I have recently made very many changes to to allow off-line use. I keep copies of the databases on my hard drive and link to them rather than the...
2
by: cmd | last post by:
I use a utility database and the following code to link from an original backend to a temporary backend, in order to replace the original with a newer version: Dim dbs As Database Dim tdf As...
10
by: Jennifer Carr | last post by:
I have an Access 2003 application that is split into two .mdb files for the interfaces and data. This app is distributed on a CD to be used on computers that have no internet access. When someone...
34
by: Shiva | last post by:
Hi, My access application has been split into a frontend and a backend. The backend is on my harddisk. Now I'd like to put the backend on my homepage (thus the internet) - this would allow me to...
19
by: Mark 123 | last post by:
I just read at http://groups.google.com/group/microsoft.public.access.forms/browse_frm/thread/766ba7b493eacb63/8a7d5504ee848c21?lnk=st&q=migrate+access+97+to+access+2007&rnum=1#8a7d5504ee848c21...
2
by: watto | last post by:
I have a large database application with user data in a backend and forms, code etc in a frontend. It includes a facility for migrating data from an earlier backend to the current backend by...
0
by: Tarik Monem | last post by:
I have been working on an all AJAX/DOM web site which is set to go live today and I thought I'd share my discoveries with all of you whom have helped me when I have encountered different issues along...
9
by: jcopeland38053 | last post by:
MSAccess 2003 / XP / Oracle 9.2 backend Before I get started explaining it will be helpful to see my code snipet: ------------------------------------------- tablename = 1 On Error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...

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.