How to specify data type for a table column that receives file(document) on sql

Newbie Member
5Aug2010,03:17   #1
justiceegbo555's Avatar
Please i want my users to upload a file(doc) maybe like cv's and i want it to save on sql but i don't know how to specify the data type for the column that recives this files(doc) please i need help possibly to my email address or jst reply here....thanks
Go4Expert Member
23Aug2010,11:24   #2
sql-programs's Avatar
Use bellow data type to store Document and picture types of data.

VARBINARY(MAX)