티스토리 뷰
728x90
반응형
DataTable Select 구문 오류: 'B' 연산자 뒤에 피연산자가 없습니다.
"log_mac = " + STR[2] ; << 에러.
SQL 처럼 조회 문자열에 '문자열' 처럼 ''을 추가 해줘야 한다.
string expression = "Log_Mac ='" + STR[2] +"'";
DataRow[] result = Result_Table.Select(expression);
if (result.Length > 0)
{
int SelectedIndex = Result_Table.Rows.IndexOf(result[0]);
SMS_Result_LBX.Items.RemoveAt(SelectedIndex);
}
반응형
'WPF' 카테고리의 다른 글
Mysql Aes_Encrypt 쿼리 == C# Encrypt String(HEX) (3) | 2021.06.14 |
---|---|
Mysql Aes_Decrypt 쿼리 == C# Decrypt String(HEX) (0) | 2021.06.14 |
WPF programmatically label name setting and label findname null (0) | 2021.04.26 |
WPF Scrollviewer in ScrollViwer header Grid freezing (0) | 2021.04.26 |
DateTime Nullable Value (0) | 2021.04.21 |
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Xamarin.Forms
- Windows IIS FTP 디렉토리 목록 오류
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- WPF Scrollviewer in ScrollViwer
- Microcharts
- Label Text LineBreak in Xaml
- 연산자 뒤에 피연산자가 없습니다.
- Linux SSH Multi Computer Join
- SkiaSharp
- Entry '' has empty native path
- Xamarin Firebase Phone User Add
- Xamarin SMS OTP Send
- 서버 수준의 URN 필터
- GetCellContent CheckBox Value
- Xamarin.Ios Firebase Phone Auth
- Embeded 한글Font적용
- Xamarin Firebase Phone Auth
- WPF Datagrid Cell Value Change
- Xamarin reCAPTCHA
- ssl_client_socket_impl.cc
- ClickOnce 인증서 인증기간 변경
- c# Encrypt / Decrypt
- WPF Textbox
- 암호 마스터키
- Xamarin.Ios Firebase Phone User Add
- FileStream Add Byte
- C# LINQ Left join
- Xamarin.Ios Firebase Phone SMS OTP Send
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함