Daiv said:
I have an access DB that is maintained by a third party program. I want to
be able to tap in to the database and have all the data saved to a remote
DB
as well as the local tables.
Well, the mdb file is just a regular file. So, your question is no different
then how do I tap into a word file???
The answer is simply to just copy the file!!. So, I don't see you can't use
windows FTP, and have a schedule process to simply copy (upload) the file.
So, you can't really "tap" into a word file, but you can windows "send" that
file some where else. I suppose you could setup a VPN, and that would allow
you to "browse the directory on the computer..and see the word file..or in
your case the mdb file. Remember, a horse is a horse is horse, and a file is
a file is a file. Since a mdb file is NOT a server based system, then you
can't connect to this file any differently then any other windows file. If
you can view the file in a directory..then you can open it. This is COMPLETE
different concept then that of using a server based database were you in
fact connector the DATABASE server/system, and NOT to the actual file. So,
you can setup a VPN that would allow you to connect to that computer, and
browse files just like the network neighborhood lets you (VPN lets you do
this over the internet).
So, this approach would also work for power point, or a word document.
Remember, we are talking about a plane Jane windows file. So, whatever you
are trying to do to this file applies to any windows file...be it a jpeg, or
a mdb file.
Essentially I want the
tables mirrored to a mySQL DB for access through a website.
That is a complete different problem here now. You are talking about
connecting to a server based system. when you connect to a database server,
you are NOT connecting to a file, or opening a simple windows file like
word, or PowerPoint, or in our case mdb file. As I said before, we are
talking about simple windows file system here..and grabbing a word file..or
a mdb file is not different. We don't "connect" to a word file anymore then
we connect to a mdb file.
You would get better luck asking in a mySQL group for your options in
connecting to a server base system. You certainly can connect to a server
based system, and the process of connecting to Oracle, sql server, or mySql
is really much the same concept..but you would have to talk to the
particular vendor as for the actual connection details. All of the major
database server systems do support ODBC, and ms-access can establish a ODBC
connect to one of these server systems..and transfer data.