Image save in database
        Posted  
        
            by Termedi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Termedi
        
        
        
        Published on 2010-03-31T10:56:37Z
        Indexed on 
            2010/03/31
            11:23 UTC
        
        
        Read the original article
        Hit count: 395
        
php
|sql-server-2000
I want to save an uploaded image to database. Now my question is:
- What should be the data type for SQL Server 2000 for image? a. image b. varbinary 
- what is the code for saving image in database? 
- How to retrieve the image from database and show? 
Please refer me any tutorial or guidline. Or if you can please share with me.
Thanks in advance.
© Stack Overflow or respective owner