I am working with On a project where I am Capturing person image and display it in a JLabel which I have managed so far but my problem is that I want to store the Image in the JLabel to MySQL database with a table with attribute blob.Can someone help please
            Asked
            
        
        
            Active
            
        
            Viewed 201 times
        
    0
            
            
        - 
                    AFAIK, we can only store the reference(s) of images in DB. – Tirath Oct 16 '14 at 08:58
- 
                    What do you mean by reference(s)? – MorganM Oct 16 '14 at 09:15
- 
                    Means - path of the file on the file system. – Tirath Oct 16 '14 at 09:53
- 
                    http://stackoverflow.com/questions/3748/storing-images-in-db-yea-or-nay – Tirath Oct 17 '14 at 22:52
