<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' --------------------------- 创建连接数据库 --------------------------- '注:以 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 %> 长春净月潭
deer industry LTD
seeding limited Liability Company
deer industry LTD
Entertainment LTD  
 
您规在的位置是 : 首 页 → 集团介绍
Welcome to our homepage--- group introduction
  

    ( Changchun Jingyuetan tourist and development limited liability company ) is located in the national scenic area of Jingyuetan national forest garden ,18km from Changchun city, Jilin province.

The company is permitted to set up by the government in March 1997. it is the first joint-stock company who focus on exploring tourist resources. The total capital stock is 70million RMB.

As a large---scaled and influenced company in Jingyeutan economic zone, it is responsible for the management of whole jingyuetan national forest garden. The company carries out reforms for development insist on the high starting point, high standard, high speed and high efficiency principles. They continually expand fields and enhance economy through joint venture, merger or holding and sharing stocks. Next, they are focus on how to make jingyuetan a international standard, multi-functional, high quality eco-travel wonderland. Taking responsible of the development of the changchun's tourist industry, the company will create a beautiful landscape in Chanchun tourist market.

Changchun Jingyuetan tourist and development company warmly welcome friends from home and abroad to go on a sightseeing or to investment in us
 
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 %>