Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

In VB.Net
I'm using SQL Database to save images. Images are having big Dimensions like 1944*2592.
If large No. of images are saved in a database then possibly the size of database will reach some GBs. what to do in this case?
Posted
Updated 20-Jun-13 23:42pm
v2

you can insert the image as binary in db and save it in folder and u can retrieve it.
 
Share this answer
 
If you really bother about the size of your database, save only filepaths in the database and mainrain all your images in a folder repository.

Thanks
--RA
 
Share this answer
 
Comments
BCD23 22-Jun-13 0:49am    
No. want to save in database only. but having effective space management.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900