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: 345

Filed under:
|

I want to save an uploaded image to database. Now my question is:

  1. What should be the data type for SQL Server 2000 for image? a. image b. varbinary

  2. what is the code for saving image in database?

  3. 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

Related posts about php

Related posts about sql-server-2000