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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - CUnit (undefined reference) -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -