AbsolutePage - 숫자 표시의 의미 > 기술자료 | 해피정닷컴

AbsolutePage - 숫자 표시의 의미 > 기술자료

본문 바로가기

사이트 내 전체검색

AbsolutePage - 숫자 표시의 의미 > 기술자료

SQL AbsolutePage - 숫자 표시의 의미

페이지 정보


본문


PositionEnum = recordsetobject.AbsolutePage
recordsetobject.AbsolutePage = PositionEnum
long = recordsetobject.AbsolutePage
recordsetobject.AbsolutePage = long

The AbsolutePage property sets or returns a long value that is the page number in the Recordset object. When you set this property to a page number, you will be moved to the first (top) record on the page you have specified. The AbsolutePage property may also return one of the PositionEnum constants. Note that you cannot set this property to any of the PositionEnum constants.

The first page is always numbered one. You use the PageSize property to set how many records are on a page. You use the PageCount property to determine how many pages are in the Recordset.

You can only use this property if AbsolutePage, PageCount, and PageSize are all supported by the provider (i.e., bookmarks are supported). You must also be pointing to a valid record when attempting to use this property. If you are not pointing to a valid record, this property will return one of the PositionEnum constants which specify the current position of the record pointer in the Recordset.

PositionEnum Constants

 
ConstantValueDescription
adPosUnknown-1The Recordset is empty, the current position is unknown, or not supported by the provider
Recordset이 비어있다. 현재 위치를 알수 없거나, 공급자가 지원하지 않는다.
adPosBOF-2The current record pointer is before the first record at the beginning of the file
현재 레코드 포인터는 파일 시작부분의 첫번째 레코드에 위치
adPosEOF-3The current record pointer is after the last record at the end of the file
현재 레코드 포인터는 파일의 마지막 레코드 뒤에 위치

 
Code (VBScript):
objRecordset.PageSize = intPageSize
objRecordset.AbsolutePage = 1


관련자료
http://www.devguru.com/Technologies/ado/quickref/recordset_absolutepage.html

댓글목록

등록된 댓글이 없습니다.


Total 23건 1 페이지
  • RSS
기술자료 목록
23
SQL   1570  2024-01-08 12:36  
22
SQL   5061  2022-12-26 10:51 ~ 2022-12-26 11:52  
21
SQL   4372  2022-11-18 16:39 ~ 2023-08-24 00:54  
20
SQL   3047  2022-10-12 17:24  
19
SQL   3907  2022-09-27 18:26  
18
SQL   4664  2022-09-26 11:12  
17
SQL   8537  2021-06-01 09:45 ~ 2021-06-01 11:54  
16
SQL   22197  2017-12-01 14:40 ~ 2017-12-01 23:22  
15
SQL   13639  2017-11-03 10:51  
14
SQL   14667  2012-08-23 01:28 ~ 2012-10-29 00:00  
13
SQL   12734  2012-06-13 01:59  
12
SQL   19526  2012-05-30 14:36 ~ 2013-09-22 00:00  
11
SQL   11983  2012-05-30 13:55  
10
SQL   13188  2012-05-17 13:46  
9
SQL   12085  2012-03-19 21:54  
8
SQL   13232  2012-03-19 21:40  
7
SQL   17060  2012-03-19 21:36  
열람
SQL   12708  2012-03-19 20:39  
5
SQL   26304  2009-03-31 16:59  
4
SQL   12172  2008-04-15 09:55  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.