![]() |
How to specify data type for a table column that receives file(document) on sql
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
|
Re: How to specify data type for a table column that receives file(document) on sql
Use bellow data type to store Document and picture types of data.
VARBINARY(MAX) |
| All times are GMT +5.5. The time now is 19:13. |