Data on a password-protected website

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

I have a client who wants to be able to export data from their Access
database to a password protected website for their employees to be able to
view snapshots of the data. No data entry would be performed on the website.

Any ideas about what would be the most straight-forward way of accomplishing
this?

Thanks!
 
Neil said:
I have a client who wants to be able to export data from their Access
database to a password protected website for their employees to be able to
view snapshots of the data. No data entry would be performed on the
website.

Any ideas about what would be the most straight-forward way of
accomplishing this?

Thanks!

Sounds like you can use FTP (File Transfer Protocol) for this. Take a look
at:

http://www.smccall.demon.co.uk/Downloads.htm#FTPClient

It includes a sample database (A2k) with examples and well commented code.
 
Back
Top