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