How Store & Reterive Photo Image In Sql Server 2005

Started by VelMurugan, Jul 01, 2008, 06:49 PM

Previous topic - Next topic

VelMurugan

Hi Acumens,

I am Doing Database Project.
In this Project, am using form for collecting information about the employees and then collect the photo of the employee.
I am using Sql Server 2005 as a database. In the database am storing photo by using image datatype.
But I can't Reterive the Stored Image in My Picturebox in form.

Front End : VB.Net 2005
Back End : Sql Server 2005

Help Me.....

karthikn

Have you got the answer......

Here its my suggestion..

Try to insert the image in to the database as Binary map
And you can retrieve the image very easy....