dbTalk Databases Forums  

Linking to backend through Internet with MSACCESS

comp.databases.ms-access comp.databases.ms-access


Discuss Linking to backend through Internet with MSACCESS in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
G Gerard
 
Posts: n/a

Default Linking to backend through Internet with MSACCESS - 11-28-2007 , 07:04 PM






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



Reply With Quote
  #2  
Old   
Albert D. Kallal
 
Posts: n/a

Default Re: Linking to backend through Internet with MSACCESS - 11-28-2007 , 07:11 PM






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
pleaseNOOSpamKallal (AT) msn (DOT) com



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.