Inserting image into varbinary(max) dataset

Discussion in 'Databases' started by mcguiredesi, Jan 21, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am trying to find the code for ASP for inserting images into the varbinary(max) dataset. I have searched these forums and I tried Google'ing it. Can someone please help me... Getting very frustrated... [​IMG]

    Thanks for the help...
     
  2. Is there a way to do it in Classic ASP though?
     
  3. Yes with other methods but...
    Do you really want images in your DB?
    Best method with ASP is to store the images on the file system but the location in the Database.
    The main advantage in ASP.NET is the SQL Server connection is live, in ASP you have to create recordsets each time.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page