% SQL = "Select * from ztclass where id=1" Call Rs_Open(Rs,SQL,Conn,1,1) titles=rs("titles") descriptions=rs("descriptions") keywordss=rs("keywordss") Call Rs_end(Rs) %>