Results 1 to 3 of 3

Thread: Which is better???About Image in Database

  1. #1

    Thread Starter
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616

    Which is better???About Image in Database

    I want a database(SQL or Asccess) store many images.but i meet some problem.If i only store image file path in it,then the image file and database is separate,but it is easy display in ASP.At the same time, if i save images as OLE objects,the database sames to be too large,and the worst is the binarywrite method in ASP do not work for me.
    What i should do
    I am just aman.

  2. #2
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Either way, the images are on the server, right? One way they're in the database and the other way they are in a directory. I don't see a difference in the two methods from a size standpoint. Personally, I would just go with storing the paths in the database unless you have a good reason not to.

  3. #3

    Thread Starter
    Fanatic Member dongaman's Avatar
    Join Date
    Aug 2001
    Location
    xi'an
    Posts
    616
    To Access,if file size is larger than 100MB,the connection/query will be very slow.
    I am also want save path in database,but a ENDUSER(my boss) force me to that. My god
    I am just aman.

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