Results 1 to 2 of 2

Thread: Storing and retrieving images from SQL database using VB.Net.

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    9

    Storing and retrieving images from SQL database using VB.Net.

    I am building an application in which the image of the product is displayed on the form but rather than storing the paths of the images, i want to store the images themself. Using the binary datatype is not producing any results, can someone point me in the right direction.

  2. #2
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: Storing and retrieving images from SQL database using VB.Net.

    Well is the main problem SQL Server?? In SQL Server 2000 and above, you have to set the data type to "image" ... do you have images in the database at all yet??

    Heres a little link for extra info... http://www.wwwcoder.com/main/parenti...8/default.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width