회원로그인

회원가입 정보찾기
포인트로 가상매매하실 수 있습니다.
코인 현재가 전일비 매매하기
BTC 100,384,000 ▼ 1,116,000 매매하기
ETH 5,058,000 ▼ 68,000 매매하기
ETC 48,520 ▲ 2,070 매매하기
XRP 896 ▲ 9 매매하기
BCH 884,000 ▲ 73,500 매매하기
QTUM 6,955 ▲ 290 매매하기
BTG 69,800 ▲ 2,150 매매하기
EOS 1,599 ▲ 76 매매하기
ASP

recordset 오픈 여부

페이지 정보

  • 작성자 최고관리자
  • 작성일 17-05-08 14:49
  • 조회 2,619회
  • 댓글 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)

댓글목록

등록된 댓글이 없습니다.