Connecting Tech Pros Worldwide Help | Site Map

can we store text file in a table?

Newbie
 
Join Date: Aug 2009
Posts: 1
#1: Aug 5 '09
hello, I am new to database query. In general I want to know can we store files in Table?
code green's Avatar
Expert
 
Join Date: Mar 2007
Location: England
Posts: 1,076
#2: Aug 5 '09

re: can we store text file in a table?


You can store the contents in a TEXT field.
Although I disagree with filling a database with file contents if storing the filename and path will suffice
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,745
#3: Aug 9 '09

re: can we store text file in a table?


Hi.

The BLOB fields are designed to store binary data. Perfect to store stuff like images and other non-text files.

I wrote an article on how to use it in the PHP section.
Reply