Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I need some advice about a project I am developing.
I need a way to store and access images from my application.
My problem is that I want the user to be unable to access the images from anywhere but my application, so that he could not change them. The average image size is about 4kb but i will need to hold and quickly search through over 100000 images. Is a Password protected archive the right way to go about this?
I tried using a sql database but it takes a very long time to load. I am using Vb.net 2005 with sql server 2005 on both xp and windows 7. Any input would be most welcome. Thank you in advance.
Posted

1 solution

Hi,

This link will help you.
[^]
 
Share this answer
 

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