transfer data to remote server

  • Thread starter Thread starter James
  • Start date Start date
J

James

is there a way i can transfer data from my local access database to a remote
web hosts server? i want to perform batch updates at night. this way when
people access the database they are not wasiting my local bandwidth. the
remote web host i have supports odbc but would that be secure to just send
insert statments thru the internet? anyone have a more secure way of doing
this?
 
You cannot run insert statements over the Internet to an Access mdb.
You need file access.
You can do it for MSDE (which is SQL Server.)
 
Back
Top