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

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

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

Android soft keyboard reverts to default keyboard on orientation change -