I want to insert a file into my SQL Server database -


my filecontent table has 4 columns:

id, filename, filetype, [content] 
  1. i want put unique constraint on filename column.
  2. what should insert query if want insert file specified location sql server database table?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -