Hi
your problem is with the speed of your connection :)
if you are in a local network, things work because you have a fast, local connection..
however, when you are doing this over the vpn, the retrieval takes so long that your connection times out...
you could try and set the timeout on the connection to be a lot longer, but that won't really solve the issue...
the BLOB in sql is a file i would imagine
The solution really depends on your needs..
can you get away with storing the files in a CMS
you can look at things like
sharepoint http://msdn2.microsoft.com/en-us/office/aa905503.aspx
groove http://www.microsoft.com/downloads/details.aspx familyid=baa487e9-e1b9-4a10-beea-1fd906b77f92&displaylang=en
does the file need to get updated, or does it just have to be downloadable...
if downloadable is all it needs you could create a simple asp.net site which allows you to retrieve the file from sql and send it as a file (so with the save dialog etc) to your user
perhaps you can use the briefcase pattern where the user downloads the info on a laptop or some such and takes it with him, to synchronize on return (a bit like a pda synchs)
So, all in all, please tell me more about the solution you require ;)
Hope this helps you out, please close the thread if it does
|