CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2003
    Posts
    1

    Question Store images or paths in a database?

    I am making a database application. I need to store thousands (3000-5000) images. Will it be better to store the images in the database or should i store only the path of the images?

  2. #2
    Join Date
    Aug 2003
    Location
    Buenos Aires, Argentina
    Posts
    513
    I vote for the second choice

  3. #3
    Join Date
    Jul 2003
    Location
    I'm Here!
    Posts
    31
    Me three.

  4. #4
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452
    Vote 4 With Qualifications.

    "IF" all of you users have access to the path of the images then by all means store the path. If you have remote users or not all of you users have access, then use the database.

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

Featured