All Questions
2 questions
0
votes
1
answer
160
views
In order to create an access mdb file to download do you have to have a phsyical location for the db?
I would like to create an mdb access file and populate it all in memory and spit it back out to the UI for users to download locally, but I can't see anyway around first having to specify a physical ...
4
votes
3
answers
14k
views
Send XML via WebClient Post using MemoryStream
I am trying to send an XML file that I created in my memorystream. The problem comes in when I try to use UploadFile and get the error of Invalid Arguments. My question is, is there anyway I can use ...