extracting file from local machine n uploading file to remote server

dec21st

Active member
Joined
May 14, 2005
Messages
43
Programming Experience
3-5
hey, i have an idea here but i dunno how to put it into picture

i'm thinking of creating a webapplication to extrct files from my database in my local machine (msde) and transfer it to a remote server online (sql2000). so wat are the options i can use to do this?

what i've thought so far is storing the local data (through query: sql specific) in an xml file through DOM manipulation then uploading to the remote server using ADO (not sure abot ado.net coz not familiar with saving bulk record with that)

any idea on what other way that i can take advantage using .NET framework?

btw, this will be entirely done on webforms
 
Back
Top