Click here to Skip to main content
16,020,249 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello!
I want to create a document turnover program. namely pdf, word, Excel, audio, video. Help me please with source code.


What I have tried:

I tried the blob but it didn't work
Posted
Updated 14-Feb-20 23:21pm

Quote:
I tried the blob but it didn't work

Blob is not the problem. Your problem is somewhere else.
The blob datatype is specially designed for binary data, it means that when you read it, you get back exactly what was saved in it.
Binary large object - Wikipedia[^]
 
Share this answer
 
You shouldnt do that, but develop a service which copy the files to a hard drive and delivers an unique file system.

Read this project report about a dms for some insights.
 
Share this answer
 
"It didn't work" is one of the most useless problem descriptions we get: unfortunately we get it a lot.
It tells us nothing about what you tried, how you tried it, what happened when you tried it, what you did to find out why, or what you need from us.
So in future, please show us code you tried and what exactly happened when you did...

But most times, when you try to store info in a DB and it doesn't work, it's because you are doing it wrong, and images normally show it as a problem when you try to fetch them from the db with a "Parameter not valid error" - other file types will give different errors, but for the same reasons.

So start here: Why do I get a "Parameter is not valid." exception when I read an image from my database?[^] - it's image based, but it's applicable to any array of data you try to store.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900