<% ' --------------------------- 创建连接数据库 --------------------------- '注:以 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壬午年を象徴する先導区の中央に大型の勢い猛に走る馬の図が設置され、また、「長春の歌」を主な主題にした雪彫刻芸術群から10年以上に長春市の発展してきた成果が見られる。迎春門に入ったら、歌いながら踊り、妙趣に満ちている世紀大舞台が目の前に展開してきた。雪上楽園の中に森林城、大きい章魚滑り台、熱帯雨林、遠古時代などの雪彫刻に組み合わせた群体から自然に帰り、真に戻りの主題が体現される。アニメーション世界に妙趣に満ちたスキー場があるので、娯楽休憩とアスレチックと有機的に結び合わせると言える。世界氷雪活動区は思想性と文化性の深い世界名著を展示している。また、氷の帆を背景に建設された広告商人募集区が滅多にない観賞区になった。雪上楽園内に関東地方の風情を体現する民族娯楽区、レストランもある。その周辺の巨大な竜に囲まれた冒険楽園に危険ながら刺激で、参加性と挑戦性を含めた項目がある。全体といえば、完璧的な効能と強大的な接待力があるといえる。

          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 %>