downLoad Pictures in my SqlDatabase

Discussion in 'Databases' started by LuisL, Jun 29, 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 new Developing, In SQL Database, And I trying to download a pictures for my agents in the SQL Database but It give me errors, I am Using for this an Unload File Tools with a Form View That the Microsoft Visual Web developer has available but when I down load the picture from my local file and I trying to insert in the data base I have errors.
    </o:p>
    </o:p>
    Can someone tell me what I am doing Grong or how I can do to do this.
    </o:p>
    </o:p>
    </o:p>
    Thanks in advance
     
  2. You can find examples for this on codeplex.com but in a Shared environment I'd recommend against it.
    Storing images, Large Binary Objects, in a SQL Server database is costly.

    A better way to do it here is to upload the images to your web server but store the link in your SQL DB.
    A good place to find examples for that is in the ASP.NET starter kits or again, codeplex.com
    Salute,
    Mark
     
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