IntelliJ Java IDE
The moose likes Servlets and the fly likes Data Download from server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Data Download from server" Watch "Data Download from server" New topic
Author

Data Download from server

vishwas madhuvarshi
Greenhorn

Joined: Jan 21, 2001
Posts: 16
I am working on a website where data is posted from 12 branch offices and viewed from head office in form of generated html reports on daily bases. The data has to remain on server for one month after which, it is to be downloaded at headquarters and the database at HQ has to be updated with this downloaded data. I want to know how this downloading and updation of database can be done. The database being used is Oracle.
 
IntelliJ Java IDE
 
subject: Data Download from server
 
Threads others viewed
Download data from server
Update Client DataBase with data on Server
DownLoad to Client Machine
Uploading and downloading data from excel sheet
Download file on client machine by user request
IntelliJ Java IDE