S
Selden McCabe
I have a desktop application which communicates with a web server, using a
web service.
Mostly, the web service reads and writes data to Access databases on the web
server.
Now, I need to copy a large (1 MB to 30 MB) MDB file from the desktop to the
web server, replacing an existing file on the server.
What is the best way to do this from within a VB.Net windows program?
I've tried some solutions I found on the net which break the file up into
chunks, pass the chunks to the web service, and then it recombines the
chunks. But the final MDB file is a few bytes different than the original,
and crashes Access when I try to open it.
Can I use FTP or some other protocol without spending weeks programming a
custom solution?
Thanks for any suggestions!
---Selden
web service.
Mostly, the web service reads and writes data to Access databases on the web
server.
Now, I need to copy a large (1 MB to 30 MB) MDB file from the desktop to the
web server, replacing an existing file on the server.
What is the best way to do this from within a VB.Net windows program?
I've tried some solutions I found on the net which break the file up into
chunks, pass the chunks to the web service, and then it recombines the
chunks. But the final MDB file is a few bytes different than the original,
and crashes Access when I try to open it.
Can I use FTP or some other protocol without spending weeks programming a
custom solution?
Thanks for any suggestions!
---Selden