How to store a file in MSSQL server databases using classic asp?

satrom

New Member
I am trying to store a file in a MSSQL server 2008 database.Since the size of file is small, performance is not an issue. My table has this 3 fields:filename nvarchar(50), extension nvarchar(5), content image.How to write an sql statement to insert a file into this database.
 
Back
Top