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
Post a Comment