C#에서 프로시저 파라메터 & 값 을 입력중 파일 형식의 (varbinary) 필드에 Null 값을 입력 할 경우
아래와 같이 코드 사용.
cmd.Parameters["@Image"].Value = System.Data.SqlTypes.SqlBinary.Null;
'프로그래밍 > C#' 카테고리의 다른 글
C# Socket Client Example (0) | 2021.03.17 |
---|---|
C#: ScriptControl 사용법 (0) | 2021.03.15 |
C# 웹서버에서 다운로드 대상 건 존재 유무 체크 (WebRequest 사용) (0) | 2015.12.14 |
C#: Read and Write Excel (*.xls and *.xlsx) Files Content without Excel Automation using ADO.NET (0) | 2015.08.24 |
C# Directory.getfiles multiple search pattern (0) | 2015.07.14 |