View Full Version : I've a SQL problem


history
03-19-2008, 07:29 AM
Hello friends

I've a problem about storing the picture in the SQL database
I'm making histogram to the picture and I want to store it and make matiching with another picture

If any one know the idea or the code I'll be very appreciated

Thank you all

waiting you

history
03-19-2008, 03:33 PM
Hello guys

where are you ????

I'm for replies

history
03-20-2008, 03:49 AM
Hello guys

where are you ????

I'm waiting you for replies

SQL_Hell
03-21-2008, 07:13 AM
It's never a good idea to store images in a database because the database can become very bloated very quickly.

Rather than store the images in your database, just store the images on a filesystem and store the path to the file in your database, then get your application to display the image based on what the path is in the database

history
03-21-2008, 07:27 AM
Thank's a lot Dear friend

I'm too appreciated