Search Results

0
votes

How to convert Byte[] to sql image

Here is a sample function public bool AddCompanyIcon(string MakeName, byte[] BytesOriginal,string ImageName) { try { System.Data.SqlClient.SqlParamet …