Security between access and SQL server

M

mttmwsn

What do you guys use for security between Access and SQL Server when they
are not on the same network? Terminal Server? Remote Desktop? Thin Client?
 
R

Rick Brandt

mttmwsn said:
What do you guys use for security between Access and SQL Server when
they are not on the same network? Terminal Server? Remote Desktop?
Thin Client?

If you mean "over the internet" I use HTTP requests or else I don't use Access
as the front end.

Terminal Server or RDP run over a VPN is a good option for a reasonably low
number of users.
 
Top