N
Neil
Can an MDB on a local machine be linked to tables in a back end MDB that's
on an FTP site?
on an FTP site?
Neil said:Can an MDB on a local machine be linked to tables in a back end MDB
that's on an FTP site?
Rick Brandt said:No. Access cannot link over HTTP or FTP. You need actual network access
(the ability to open the file).
Douglas J. Steele said:No. Access doesn't recognize the FTP protocol (nor HTTP, for that matter.)
You must be able to map to the share on the server.
Neil said:Thanks.
Master Programmer said:If you do an ODBC link to an access database over a network then the
client downloads the whole ****ing file before opening it. So it is
useless for that.
first, you are 100% wrong. When you use a file share on a network (non
odbc), and request one record out of a table of 500,000 records, THEN ONLY
ONE record is loaded from the mdb file.
In the case of ODBC, the SAME thing occurs, and if you request ONE record,
then ONLY THE ONE RECORD IS TRANSFERRED.
So, you are 100% WRONG here.
I explain this record loading process here in detail, and also explain why a
mdb file can corrupt when the connect is poor.
Title:
Using a wan with ms-access? How fast, how far?
By Albert D. Kallal
Saturday, August 09, 2003
http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html
So, you are just wrong.....
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.