회원로그인

회원가입 정보찾기
포인트로 가상매매하실 수 있습니다.
코인 현재가 전일비 매매하기
BTC 93,711,000 ▼ 369,000 매매하기
ETH 4,512,000 ▲ 11,000 매매하기
ETC 38,400 ▲ 400 매매하기
XRP 738 ▲ 10 매매하기
BCH 702,000 ▲ 5,000 매매하기
QTUM 5,940 ▲ 25 매매하기
BTG 49,070 ▲ 380 매매하기
EOS 1,149 ▲ 8 매매하기
ASP

recordset 오픈 여부

페이지 정보

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

댓글목록

등록된 댓글이 없습니다.