| 
					
						 I have search the message boards and documention and cant find how to handle a .net type of byte[] to a image type of sql server.
 
 It appears the data is going in and out of Sql Server but it seems to be corrupted.  
 
 I tried putting a image database directly with sql, and extract it.  It works find under this scenario.  
 
 Right now I am using the byte[] type for .net, and the image type for sql server.  I also tried using BinaryBlob.  
 
 Any mapping files that is doing this sucesfully would be apprecaited, and code snipits.
 
 Thanks in advance,
 
 Mardo 
					
  
						
					 |