sql="declare @aa nvarchar (30)  declare bb scroll cursor for select songname from mysong order by id open bb fetch absolute 3  from bb into @aa"
set rs=conn.execute(sql)
response.write ()  '怎样得到 mysong表中的 songname 列第三行的值 也就是如何得到@aa的值