|
-
Jun 4th, 2002, 09:39 PM
#1
Thread Starter
Fanatic Member
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
-
Jun 5th, 2002, 12:46 AM
#2
PowerPoster
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.
-
Jun 5th, 2002, 03:09 AM
#3
Thread Starter
Fanatic Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|