Why I'm getting the word "binary" when writing from database to hrad drive?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I'm trying to write a binary file stored in Access DB (an exe) and when I'm writing it I'm getting something like "binary binary binary..." before the real file content and therefore I'm having the file corrupted. Please help.
Hi, I think somewhere in ure code u are writing ToString() with the variable containing the binary data. Post ure code to see what's wrong. HTH.