Tagged Questions

1
vote
1answer
23 views

Has anyone used Classic ASP with SQL Server 2008 and it’s new FileStream feature?

I'm getting ready to use SQL Server 2008's FileStream capability but I'm not sure if Classic ASP can read and write from SQL 2008 FileStream. We still have an old application we'd …
0
votes
3answers
200 views

Trying to stream a PDF file with asp.net is producing a “damaged file”

Hi all, In one of my asp.net web applications I need to hide the location of a pdf file being served to the users. Thus, I am writing a method that retrieves its binary content …
0
votes
3answers
33 views

SQL 2008: Filestream versus Binaries in the database.

Hello, Yesterday I asked the question on how I should save my files. After some research I've desided to go with storing the files "in" the database. I've checked the difference …
1
vote
1answer
86 views

FileStream.Write not Writing to File

I'm passing some Base64 encoded strings through WCF, and I'm attempting to write them to a file. However, despite the fact that my FileStream object has a Length greater than 0, my …
1
vote
1answer
39 views

Sending File in Chunks to HttpHandler

Hello, I'm trying to send a file in chunks to an HttpHandler but when I receive the request in the HttpContext, the inputStream is empty. So a: while sending I'm not sure if my …
2
votes
2answers
29 views

Linq to Entities and SQL Server 2008 FileStream

Backend: SQL Server 2008 database with FileStream enabled Data Access: Linq to Entities I have thousands of pdf's that currently reside on a file server. I would like to move the …
1
vote
1answer
31 views

What are the implications for Async I/O (BeginWrite/BeginRead) with a chain of streams?

Suppose I have a chain of streams, that does Compression -> Encryption -> File I/O. In C#, using synchronous I/O, it would look something like this: int n=0; byte[] buffe …
0
votes
0answers
26 views

Sql Filestream Update problems

Hello, i have implemented the filestream feature of sql server 2008 in a vb.net application. I can insert files , and then retrieve/view them just fine. However i have huge problem …
1
vote
1answer
71 views

System.Security.SecurityException when creating a new FileStream

I have a regular .NET application. In this case I have a part that's being imported by MEF. It imports fine, but at a certain point, I want to save a List of objects to a file. …
1
vote
1answer
34 views

FILESTREAM files being left behind after row deleted

I have successfully set up FILESTREAM on my SQL 2008 server; however I've noticed that even when I have deleted rows containing FILESTREAM data, the physical data file doesn't seem …
1
vote
9answers
216 views

Why does BinaryWriter prepend gibberish to the start of a stream? How do you avoid it?

I'm debugging some issues with writing pieces of an object to a file and I've gotten down to the base case of just opening the file and writing "TEST" in it. I'm doing this by som …
0
votes
0answers
4 views

Piecemeal restore of database with filstream filegroups

Hi, I have tried taking the backup of database containing filestream and it works fine. I have tried restoring it on other server also and that works too. Now, i am facing a pro …
1
vote
3answers
53 views

Why does this FileStream only return zeroes?

I've got a file (test.txt) which contains "1234567". However when I try to read it on C# using FileStream.Read, I get only 0s (seven zeroes in this case). Could anyone tell me why? …
1
vote
3answers
364 views

A proper way to access files on different machine using C#

I want to read files off of different windows machine on the same network, NOT part of the same domain though. (ASP.NET C# app) Tried FileStream (can't authenticate), tried FileWeb …
1
vote
2answers
725 views

filestream in sql server and C# for aspx

I am developing a website for educational domain. I want to store a document (MS Word or text file) in database in binary format using Filestream in SQL Server 2008. but I am unabl …

1 2 3 4 5 6 next
15 30 50 per page