How can we store .pdf .ppt .txt .doc files into the database? -



How can we store .pdf .ppt .txt .doc files into the database? -

i wants store .pdf , .ppt , .txt .doc etc type files database , there datatype in dbms store such type of files or create kind of conversion before putting database column?

the easiest way store such binary info utilize blob (binary big object).

there no other specialiced datatypes binary info available.

database

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -