Hi,
if my database was on one server, such as in other country; my application
is on another server, such as in U.S. how could i make the connection?
Thanks alot!!
Not using two Access databases in frontend/backend configuration, for
sure! Access is MUCH too demanding of network speed and purity to work
at all reliably over a WAN in this way.
What I've done for my clients is to recommend that both the Access
frontend (or Visual Basic application in one case) and the database
backend be on one server (the one in the US). This server would need
to either have Citrix Server installed, so the client could use Citrix
Client to link to it as a termial session; or (though I haven't tried
this) use WindowsXP Terminal Server to provide a similar link.
The alternative is to use a web-enabled application, probably using
SQL/Server or SQL/Server Express Edition as the data storage medium
and an ASP webpage. This will be a major redesign effort from an
Access database unfortunately!
John W. Vinson[MVP]