English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Like Resume.doc

2007-01-24 19:19:42 · 2 answers · asked by vipul 1 in Computers & Internet Programming & Design

2 answers

Hello,

You can use the BLOB data type to store .doc files in any database. But if your intention to search on these documents then you will be better off storing it in the File System. Unless you really have a requirement to store them in the database you should store them in the file system and just put a reference to the path in the database. This way your database will be smaller and your coding will also be simple. Using BLOBs and CLOBs (Long text objects) is complex in all databases.

Note that .doc has to be treated as a binary file even though it seems to have only text.

2007-01-24 20:44:46 · answer #1 · answered by Sundarraj K 2 · 0 0

There is a concept of storing Binary Large Objects. But like all other DBMS and RDBMS, mssql suggests to store the file in a directory and store the reference to the file (like path) in a column.

2007-01-24 19:29:42 · answer #2 · answered by Subhasis G 4 · 0 0

fedest.com, questions and answers