일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MS
- javascript
- jQuery
- Excel
- 엑셀
- oracle
- 이클립스
- attr()
- 태그를 입력해 주세요.
- Winform
- 비주얼스튜디오
- 단축키
- aspnet
- 윈도우
- 마이크로소프트
- microsoft
- 자바스크립트
- 프로시저
- ASP
- CONVERT()
- windows
- IIS
- 오라클
- replace()
- 리포팅서비스
- c#
- MSSQL
- DataGrid
- 윈폼
- SSRS
Archives
- Today
- Total
목록Illegal (1)
DJ메탈짱™의 Free Style
[ORACLE] ORA-01036: 잘못된 변수명/번호
ORA-01036: 잘못된 변수명/번호ORA-01036: illegal variable name/number 위와 같이 ORA 에러가 발생하는 경우 아래를 살펴보자. 개발환경 : 비주얼스튜디오 2005, 오라클 10g OracleParameter[] param=new OracleParameter[3];bad --> param[0]=new OracleParameter("@aaa",OracleType.VarChar);good --> param[1]=new OracleParameter("bbb",OracleType.VarChar); bad --> param[2]=new OracleParameter("ccc",OracleType.VarChar);good --> param[2]=new OracleParameter..
일(job)/DBMS
2016. 1. 18. 16:58