ADO 업데이트 방법


❮ 완전한 레코드세트 개체 참조

Update 메서드는 Recordset의 단일 레코드에 대한 모든 변경 사항을 저장하는 데 사용됩니다.

참고: 이 방법은 레코드세트가 업데이트를 지원하지 않는 경우 작동하지 않습니다.

통사론

objRecordset.Update fields,values

Parameter Description
fields Optional. A field name, or an array of field names or field positions to update
values Optional. A value or an array of values for the field or array of fields you want to update

❮ 완전한 레코드세트 개체 참조