How to store a file in SQL Server databases using classic asp?

Wrapper

New Member
I am trying to store a file in a SQL Server 2008 database. Since the size of file is small, performance is not an issue. My table has this 3 columns:\[code\]filename nvarchar(50)extension nvarchar(5)content image\[/code\]How to write a SQL statement to insert a file into this database?
 
Back
Top