<% response.buffer=true %> <% strSQL="select houseID,houseCode,wyName,district,address,wytype,roomNum,hallNum,toiletNum,cfNum,ytnum,floor,buildsize,rent from hireHouse Where tuijian=1" Set rsHire = conn.execute(strsql) strSQL="select houseID,wyName,district,address,roomNum,hallNum,toiletNum,cfNum,ytnum,buildsize,rent from hireHouse where isNew=1" Set rsHireRec = conn.execute(strsql) strSQL="select houseID,houseCode,wyName,district,address,wytype,roomNum,hallNum,toiletNum,cfNum,ytnum,floor,buildsize,houseOld,belongTo,unitPrice,totalPrice from sellHouse Where tuijian=1" Set rsSell = conn.execute(strsql) strSQL="select houseID,wyName,district,address,roomNum,hallNum,toiletNum,cfNum,ytnum,buildsize,totalPrice from sellHouse where isNew=1" Set rsSellRec = conn.execute(strsql) strSQL="select top 50 houseID,wyName,district,address,roomNum,hallNum,toiletNum,cfNum,ytnum,buildsize,rent from hireHouse where isNew=0 order by inputdate desc" Set rsHireRec50 = conn.execute(strsql) strSQL="select top 50 houseID,wyName,district,address,roomNum,hallNum,toiletNum,cfNum,ytnum,buildsize,totalPrice from sellHouse where isNew=0 order by inputdate desc" Set rsSellRec50 = conn.execute(strsql) strSQL="select top 50 houseID,district,wyType,roomNum,hallNum,toiletNum,buildsize,rent,roomNumTo,hallNumTo,toiletNumTo,buildsizeTo,rentTo from leaseHouse where isNew=1 order by inputdate desc" Set rsLeaseRec50 = conn.execute(strsql) strSQL="select top 50 houseID,wyType,district,roomNum,hallNum,toiletNum,buildsize,totalPrice,roomNumTo,hallNumTo,toiletNumTo,buildsizeTo,totalPriceTo from buyHouse where isNew=1 order by inputdate desc" Set rsBuyRec50 = conn.execute(strsql) %> 徐汇区汇师小学五年级四班
 

加入论坛   关闭窗口   设为首页

 
我们的班级
 
 

五(4)中队共有38人。男生15人、女生23人。我们生活在一个温馨、快乐的大家庭里,班主任陆老师陪伴我们一起学习已有两年了,教我们语文,我们的班级口号是:work hard,study hard,play hard。五年的学校生活丰富多彩,班级里的同学更像兄弟姐妹一般地亲切。

 
  我们爱汇师!我们爱班级!  
点击放大 点击放大
瞧,我们一家人多亲热!
我们戴上了绿领巾真快乐!

Copyright (C) 2004 五(4)班 All rights reserved.

 

<% rsHire.Close Set rsHire=Nothing rsSell.close set rsSell=nothing rsHireRec.Close Set rsHireRec=Nothing rsSellRec.close set rsSellRec=nothing conn.close set conn = nothing %>