Hi, I have a problem in storing file in Ms SQL Server 2000 binary data. So far, i can store and extract a file to/from the database (using image datatype through a web application: using ASP.net and C#.net) and i also can store the type of zip, exe and png file into that database, the problem is: after i extract those file (zip, exe or png), the file cannot be open.
It work well for the other file (office document, pdf, jpg, gif, etc)
Does anyone know how to solve this problem?

Thanks a lot