[Classic ASP] 레코드셋 가져오기 GetRows()
일반적인 레코드셋 Get strSQL = "SELECT ID, Name FROM users;" Set RS = Server.CreateObject("ADODB.Recordset") RS.Open strSQL, Conn ' 1 call to database If Not RS.EOF Then ' 1 call to…
0 Comments
2023년 08월 17일
일반적인 레코드셋 Get strSQL = "SELECT ID, Name FROM users;" Set RS = Server.CreateObject("ADODB.Recordset") RS.Open strSQL, Conn ' 1 call to database If Not RS.EOF Then ' 1 call to…