반응형 분류 전체보기4680 sql 제약조건 삭제하기 / PRIMARY KEY 삭제하고 추가하기 sql 제약조건 삭제하기 / PRIMARY KEY 삭제하고 추가하기 sp_help tsp_stockcontrol 해서 보면 PK_tsp_stockcontrol 이라는 제약조건을 볼 수 있다 -----제약조건삭제하기 alter table tsp_stockcontrol drop constraint PK_tsp_stockcontrol ---필드를 삭제하고 자 할때 ---필드날리기 (제약조건 삭제후 컬럼삭제할것) alter table tsp_disusesub drop column [삭제할 컬럼명] -----제약조건추가하기 ALTER TABLE tsp_stockcontrol ADD CONSTRAINT PK_tsp_stockcontrol PRIMARY KEY (gubun, condate, bomcode, input.. 2008. 11. 21. WebGrid Client-Side Events (CSOM) 도움말 WebGrid Client-Side Events (CSOM) 도움말이다. http://help.infragistics.com/NetAdvantage/NET/2007.3/CLR2.0/ 개발할때 계속찾기 힘들어서 퍼왔다. 버튼의 경우 이렇게 클라이언트 이벤트를 걸어주면된다. this.igGrid_GSudangReg_Btn_1.DisplayLayout.ClientSideEvents.ClickCellButtonHandler = "ig_GridBtnPress"; Events The client side events object. Holds information about handled events and handler names. Events Properties AfterCellUpdate Fired once t.. 2008. 11. 21. 쿼리 퀴즈문제 --명구선배님 [퀴즈] 출판업 출고테이블이 있습니다. 출고 및 반품 처리시 입력된 거래처 와 품목코드에 해당하는 가장 최근 날짜에 입력된 출고율을 그대로 이번 출고 반품 처리시에도 적용하기 위해서 세부내역 첫번째 컬럼 아이템코드에 아이템코드를 입력하고 키다운시 출고율을 가져와야 합니다. 이때 쿼리는 얼케 짤까? 테이블 t_sale_deliverysub 컬럼 gubun , itemcode , custcode , outrate , condate 기본조회 select outrate from t_sale_deliverysub where gubun='01' and custcode='?????' and itemcode='?????' 내일아침까지 가장 최적화된 쿼리를 짜보세용 아마 위에 예시가 이경우만이 아니라 많은.. 2008. 11. 20. ultrawebgrid의 예외처리에러 When batching, the command's UpdatedRowSource property value of UpdateRowSource.FirstReturnedRecord or UpdateRowSource.Both is invalid 예외발생상황 When batching, the command's UpdatedRowSource property value of UpdateRowSource.FirstReturnedRecord or UpdateRowSource.Both is invalid 배치 업데이트를 수행하기 위해 추가적으로 설정해야 할 작업은 추가/수정/삭제 커맨드의 UpdateRowSource 속성의 값을 None 혹은 OutputParameters 로 설정해야 한다는 것이다. UpdateRowSource 속성은 추가/수정/삭제의 업데이트 결과를 어떻게 받아올 것인가를 지정하는 속성으로써 UpdateRowSource 열거 타입인 None, OutputParameter, FirstReturnedRecord, Both 중 하나의 값으로.. 2008. 11. 20. 이전 1 ··· 1083 1084 1085 1086 1087 1088 1089 ··· 1170 다음 반응형