"Remco Groot Beumer" <info@rgbplus.nl> wrote in
news:c58dqe$e88$1@news3.tilbu1.nb.home.nl:
[color=blue]
> Currently we are implementing an Access database which has to send
> some (not much) data over a WAN. We are using an Access front end
> and an Access back end. Basicly the front end runs local, but at
> the end of the session the front end needs to write the data to
> the back end on the WAN. The responsible IT manager asked me to
> use a ODBC linkage between the database, since this sends smalles
> packages of data (which minimizes the time out failure) instead of
> linking it directly (he told me that when a drive mapping is done,
> the virus scanning causes to much data traffic). I don't know if
> these assumptions are correct. Since i'm no network specialist: Is
> it possible to create a ODBC on the server and link it on the
> front end side? And more important: how does it work? Has any body
> some ideas or literature for this kind of operation. When I create
> a ODBC (system or/and DNS) and I want to link it in my Access
> database I get a error that now data can be linked through a ODBC
> (it also mentioned ISAM in it's error description, i don;t have it
> on me currently). When I use my ODBC in Excel it works great, so
> the ODBC is fine, it only doesn't work on a Acces front end?
>
> I'm aware that an Access database is not the ideal backend source
> for this kind of operation, but for now it has to do...in the
> nearby future we will implement a DBMS.[/color]
Plain old ODBC won't work. ADO might work, but on a WAN, I wouldn't
recommend it.
Replication is another option as it actually matches the problem
description your boss gave you. However, Jet replication is *not*
for the faint of heart -- it has a steep learning curve and for
synchronizing over a WAN, you'd definitely need to use indirect
replication, which requires the Developer Edition (which comes with
Replication Manager and the low-level tools for implementing
indirect replication).
Another option would be to simply export the data required, get it
to the remote machine and then let that machine import it.
BTW, the "mapped drive letter" issue is a read herring, as you don't
have to map a drive letter to get access to files on your network.
UNC paths (of the form \\ServerName\ShareName\File.mdb) work just
fine. But on a WAN, that would nonetheless be a disaster waiting to
happen (though it depends on the total bandwidth -- anything
approaching 10mbps that is reliable would probably be safe).
--
David W. Fenton
http://www.bway.net/~dfenton
dfenton at bway dot net
http://www.bway.net/~dfassoc