rsgetinfo.open "Select * From info Where id=1",conn,1,1if not rsgetinfo.eof then n = rsgetinfo("name")end if
n=rsgetinfo("name")