I want to retrieve binary stream object from Collections, to be stored in a Database table as varbinary. How is it possible to store to database using ASP.Net with C# ? I am using SQL Server 2008. What will be the process to store to database including connection process ?
Share
Why would you want to do that ? that is not what a database is suited for. Perhaps you should move the files to the filesystem of the database server and store meta-data about the files in the actual database.