how can store image in database by adderssing of the image?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kaleab
    New Member
    • Nov 2012
    • 1

    how can store image in database by adderssing of the image?

    1 I need to store the image in another folder.but the phase or adders of the image to store in database with vb.net.
    how can do it? please show me by video YouTube?
    2 SQL or Access is better to store more number of records?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    1) This is not a code writing service, please show us what you have so far and we can guide you.

    2) SQL Server is better for storing tons of records.

    Comment

    • PsychoCoder
      Recognized Expert Contributor
      • Jul 2010
      • 465

      #3
      While @Rabbit is correct, this is not a code writing service, so you'll not get any code from me up front, but I will give some advice. It's bad practice to store your images in the database.

      While it can be done, it's not a good use of resources to have to hit your database every time you need an image. Common practice is to store your images in a folder in your application/web application then store the image name and path in a database table.

      Just my 2ยข :)

      Comment

      Working...