Is SQL server the best DB for Storing and comparing images in database for a small ecommerce applica
- by iecut
I have been trying to create a small e-commerce web based application using MS Dot Net framework.
The application will let the user allow to store the image of their product that they want to sell or purchase, then they will have the option to upload the image of a particular product and compare that image with the similar images in the database.
So my two main concerns are:
- Is MS SQL a good option to store and compare the images.
- Is the any other better database that can do the same work with less complexity of work
and that is also easy to integrate with MS dot net framework.