회원로그인

회원가입 정보찾기
포인트로 가상매매하실 수 있습니다.
코인 현재가 전일비 매매하기
BTC 87,025,000 ▲ 386,000 매매하기
ETH 4,070,000 ▲ 13,000 매매하기
ETC 35,970 ▲ 40 매매하기
XRP 700 ▼ 6 매매하기
BCH 602,000 ▼ 8,500 매매하기
QTUM 4,825 ▼ 53 매매하기
BTG 44,100 ▲ 310 매매하기
EOS 1,055 ▼ 26 매매하기
ASP

recordset 오픈 여부

페이지 정보

  • 작성자 최고관리자
  • 작성일 17-05-08 14:49
  • 조회 2,629회
  • 댓글 0건

본문


The State property can have a combination of values. If a statement is executing, this property will have a combined value of adStateOpen and adStateExecuting.


  1. adStateClosed value=0 The object is closed
  2. adStateOpen value=1 The object is open
  3. adStateConnecting value=2 The object is connecting
  4. adStateExecuting value=4 The object is executing a command
  5. adStateFetching value=8 The rows of the object are being retrieved


To check if a recordset is open you can use


if rs.State=adStateOpen then


end if


to close it if its open the use


if rs.State=adStateOpen then


rs.Close


end if


포인트 선물 선물명단 선물하기

최소 50P ~ 최대 300P 까지 가능합니다.
선물하기 수수료는 10P 입니다.
로그인 후 선물하실 수 있습니다.

테스트(50)

댓글목록

등록된 댓글이 없습니다.