MemoryStream ms=new MemoryStream((byte)reader["FImage"]);
Image image=Image.FromStream(ms,true);
reader.Close(); conn.Close();
ptbShow.Image=image;