NET/ASP
RecordCount -1 일때
ekfn
2013. 8. 28. 13:59
참조 http://imaxicool.tistory.com/112
RecordCount -1 일때
Set rsCnt = Server.CreateObject("ADODB.RecordSet")
rsCnt.CursorLocation = 3
rsCnt.CursorType = 3
rsCnt.LockType = 3
rsCnt.open SQL_SUB,db
rsCnt.RecordCount