I have a small problem. I have a database called Lease. in this i have a table for customers. So i need to store customer images. it is ok. I used BLOB datatype and the query was successful. But the thing is there will be a lot of customers. I think this makes the database heavy.
So.. I would like to know is there a way to store images in a folder of customer's PC and retrieve it. I think that makes the Database light.
Regards.