보관함

MyBatis.Net – SQL 쿼리 이쁘게(?) 출력

iBatis.Net에서 쿼리를 로그로 출력하면 죽~ 한줄로만 나온다.

이때 가독성을 높이기 위해서 iBatis.Net의 코드에서 아래를 변경한다.

DataMapper 프로젝트의 DomSqlMapBuilder 클래스에서 ParseDynamicTags() 메소드…

Library 생성시 Debug와 Release를 나누어 빌드

Debug에 구성속성 -> 일반 -> 대상이름을 $(ProjectName) 에서 $(ProjectName)D 로 변경

ProjectName.exp : warning LNK4070: /OUT:ProjectName.dll directive in .EXP differs from output filename “ProjectNameD.dll”; ignoring directive

원인 : 상기 경고는 DLL ProjectSetting 에서 Output file name 을 바꾸면 나타나는 현상입니다. ( ProjectName.dll -> ProjectD.dll ) .def 파일의 내용중에 아래 와 같이 ProjectName.dll 로 되어있어서 .exp […]

mssql alter table column (테이블 필드 수정, 삭제, 추가) 및 테이블명, 필드(컬럼)명 수정

[출처] MSSQL 테이블명 , 컬럼명 바꾸기|작성자 zino1187

1.테이블명 바꾸기

2.컬럼명 바꾸기

[출처] mssql alter table column작성자 재원맨

1. 테이블 필드 수정하기

2. 필드 삭제하기

3. 필드 추가하기