<% ' --------------------------- 创建连接数据库 --------------------------- '注:以 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 %> 长春净月潭
  중국 장춘 정월담 국가 산림공원은 장춘시 동남부, 시중심에서 18km 떨어진, 좋은환경을 갖춘, 시끄러운 도시 한가운데의 한덩이의 정토라 할만한 지역에 위치해 있다. 정월담 신은……
규정위치: 홈 → 공원 소개 → 정월담 눈의낙원
정월담 공원 소개介
  전국 빙설 여행 명승지 장춘 정월담 국가 산람공원 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 %>