I've a SQL problem

history

Egyptian Pharaoh
Local time
Today, 06:10
Joined
Jan 26, 2008
Messages
190
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
 
Hello guys

where are you ????

I'm for replies
 
Hello guys

where are you ????

I'm waiting you for replies
 
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
 
Thank's a lot Dear friend

I'm too appreciated
 

Users who are viewing this thread

Back
Top Bottom