일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CONVERT()
- IIS
- 엑셀
- DataGrid
- windows
- 단축키
- 윈도우
- Excel
- Winform
- ASP
- 윈폼
- replace()
- 마이크로소프트
- 리포팅서비스
- 오라클
- c#
- oracle
- MSSQL
- javascript
- aspnet
- MS
- 태그를 입력해 주세요.
- jQuery
- 프로시저
- 비주얼스튜디오
- 자바스크립트
- 이클립스
- microsoft
- SSRS
- attr()
Archives
- Today
- Total
목록ORA-01036 (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