Sending data from remote loacation

rstekeur

New member
Local time
Yesterday, 19:23
Joined
Oct 27, 2007
Messages
3
I have an access application that is used in the field on laptops and used to create leads. I want to have another access application runing on a lan at the office and be able to have the remote applications send records via the internet to the application at the office. I really don't want to use vpn or ftp, not really sure on what path to start looking into, any suggestions?
 
How will you transmit the data from the remote computer?
 
Hi

a good option would be to use the OpenInternetUrl ( google it ) for sending the data from your remote location via a URL string and have an asp page collect the data on the incoming url and place it in the database.

The OpenInternetUrl option can also check data and retrieve data through an asp page too.

Basically, the asp page collects the data and passes or checks it via a sql string.

Hth

Nidge
 

Users who are viewing this thread

Back
Top Bottom