Thanks for your answer. Well, what I did in the end was to save the images in another directory on the server. I had some trouble because I dont have full access to the server but now it is working. About Ryans idea of the service, I have access to Kent's book and I looked the chapter but I dont have much time ( and neither the book ) so for now this is just ok. But what Im doing now is to create for me a kind of framework for developing apps so I'm looking for the best way of doing things so thanks for your advice.
On 10/18/06, Patrick Moore <[EMAIL PROTECTED]> wrote:
But in the end why would you? if not then it will always be slower to get the images out and the code will be beating on what will no doubt be your most stressed, weakest link ... your database. Think about how hard you are making to check that an image is correct on your system. You are going to have to write some sort of utility just to look at the images stored. Your database could start having issues with trying to manage such large data items. Do you need the ACID properties of a database? If you, really, really do a hybrid approach that has some value is using a database like apache's derby to store your images. (in other words not your main database) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]