Set Rs = SERVER.CreateObject("ADODB.Recordset")
Rs.Open sql, str_conn,adOpenForwardOnly,adLockReadOnly
If Not Rs.Eof Then
ArrData = Rs.Getrows()
End if
set Rs = nothing
แล้วเอามาวนใส่ indext เป็น
for i = 0 to 24 ' ต้องการ Array 24 ตัว เพราะผม Group by ชั่วโมงมา
ปัญหาอยู่ตรงนี้ ถ้า array 1-24 ตัวนั้นตัวใหนไม่มีค่า ให้ = 0
next