I'm sure you can find hundreds of samples online of this, but basically, your .NET datatype should be a byte array, and I believe your SQL Server data type should be an IMAGE (SQL 2000) or a VARBINARY (MAX) (SQL 2005+). Once you get this going, it's not all that different than any other data type.
On Nov 20, 1:36 pm, "vijaya kumara.N" <[EMAIL PROTECTED]> wrote: > Hi, > > How to store image in SQL Server and retrieve uisng C#. > > Please help me. > > Thanking u. > > -- > Regards, > vijay
