<% ' --------------------------- 创建连接数据库 --------------------------- '注:以 Access 数据库为连接对象,连接对象名为:Conn。 Set ProduConn = Server.CreateObject("ADODB.Connection") cnnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/Produ.mdb") ProduConn.Open cnnStr Set Conngao = Server.CreateObject("ADODB.Connection") cnnStrgao = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/Other.mdb") Conngao.Open cnnStrgao Set ConnNews = Server.CreateObject("ADODB.Connection") cnnStrNews = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/News.mdb") ConnNews.Open cnnStrNews Set Conn = Server.CreateObject("ADODB.Connection") cnnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath("Database/Book.mdb") Conn.Open cnnStr ' --------------------------- 创建记录集 --------------------------- '注:记录集名 "Rs" 应与表名相加。并以 3, 2 方式打开。 Set ContentRs = Server.CreateObject("ADODB.RecordSet") ContentSQL = "Select * From Content" ContentRs.Open ContentSQL, Conngao, 3, 2 Set ProduRs = Server.CreateObject("ADODB.RecordSet") ProduSQL = "Select * From Produ Order By ID DESC" ProduRs.Open ProduSQL, ProduConn, 3, 2 Set HomeNewsRs = Server.CreateObject("ADODB.RecordSet") HomeNewsSQL = "Select top 8 * From HomeNews Order by ID Desc" HomeNewsRs.Open HomeNewsSQL, ConnNews, 3, 2 Set Produtype = Server.CreateObject("ADODB.RecordSet") Produtype1 = "Select * From Produtype Order By ID DESC" Produtype.Open Produtype1, ProduConn, 3, 2 set Bookrs = Server.CreateObject("ADODB.Recordset") Booksql = "select * from Book" Bookrs.open Booksql,conn,3,2 Dim j j = Produtype.RecordCount Dim Produ_type(30),imaetype(30) For i = 0 to Produtype.RecordCount - 1 Produ_type(i) = Produtype("produtype") imaetype(i)=Produtype("produimage") Produtype.Movenext Next %> 长春净月潭
  中国长春净月潭国家森林公园位于长春市东南部,距市中心18公里,得天独厚的区位优势,堪称"喧嚣都 市中的一块净土"。净月潭神来之笔,把净月潭秀美的景色装扮得分外妖娆.......
您规在的位置是 : 首 页 → 公园介绍 → 净月潭雪上乐园
净 月 潭 雪 上 乐 园 简 介
   全国冰雪旅游胜地长春净月潭国家森林公园2002雪上乐园将以更加磅礴的巍峨气势展现在游人面前,象征2002壬午之年的前导区中央设大型奔马图,以"长春之歌"为主体的雪雕艺术群展示了长春市十几年的发展成果,走进迎春门,展现面前的将是世纪大舞台,载歌载舞,妙趣横生;雪上乐园内由森林城,獐鱼大滑梯,热带雨林,远古时代等组成的雪雕群体体现回归自然,返璞归真的主题; 卡通世界内建有妙趣横生的滑冰场,将休闲与健身有机结合;世界冰雪活动区展示给游人的是一组世界名著,思想性,文化性极高;以整个冰帆为背景,建成广告招商区,又是难得的观赏区,整个雪上乐园内还有体现关东风情的民俗娱乐区,餐饮服务区,周边以巨龙围绕起来的冒险乐园内项目惊险刺激,集参与性,挑战性于一体,整体功能完善,接待能力极强。
 
          Snow Paradise in Jingyuetan Forest Garden

  The Snow Paradise, located in Changchun Jingyuetan National Forest Garden which is the sacred place for snow tourism, will show its majestic face to visitors in 2002. In the center of the front part of Snow Paradise stands a alrge picture which shows sturdy steeds are galloping. The ice sculpture group given the theme of Song of Changchun shows the achievements of development obtained by Changchun in tens of years. Entering the Spring Gate, the visitors will face Century Stage. In Snow Paradise, the ice carved forest, ice carved octopus slide track, tropical rain forest, remote antiquity express the subject of rerturn to nature and return to original purity and simplicity; the cartoon world enjoys tourists much for its wonderful skating rink; in the world ice-snow area stands a group of world masterpieces concentrating the ideological level and cultural contents and the ice sail in advertisement area is a special scene. Besides, the folk custom area, drinking and food area and adventure park also bring visitors joys. The Snow Paradise has a complete of function and large holding capacity.

2002@copy 长春净月潭旅游发展股份有限公司版权所有
邮箱:jingyuetan@jingyuetan.com
<% If Request("radiobutton")<>"" then strsql2 = "update Book set Hits =hits+1 Where proname ='"&Request("radiobutton")&"'" conn.execute(strsql2) response.write"" End if %>