<% ' --------------------------- 创建连接数据库 --------------------------- '注:以 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 %> 长春净月潭
 How to pay tips when traveling abroad
 Ten cases sound the alarm
 Be wary of travel advertisements
 Look out for “maggot's illness”
 Railway passengers' notice
 Elders do not forget keep health during traveling
 Look out for travel trap
 How to Hold on to Your Money While Traveling
 Notice of skiing
 Travel taboos
 Travel air forecast



   
 
How to pay tips when go abroad
  Details >>
  

Whereas recent years have seen an increase in the number of outbound tourists, how to pay tips becomes a big trouble for these tourists. In many countries, tips are paid to workers engaged in services sectors as a normal way of payment and have become a significant source of income for them. However, tips are not paid for all services. According to general rules, tips are paid to many of the attendants in restaurants who provides special services before guests as well as to those who clean rooms and are unknown by guests. If a porter in a restaurant, beamed with a smile, helps you to bring your luggage to your room, it definitely means more than ardour, and you should surely pay him tips

Paying tips also have some skills and general rules to pursue. The tips for room service attendants can be left in distinct places when you leave your room. But putting tips under pillows should be avoided because in that way attendants will assume that guests have forgotten to put away their money. If leaving tips on a table with a note saying “THANK YOU”, the guest will be popular with and respected by the attendant. And if paying tips directly to a porter, you'd better hand them to the porter in secret while shaking hands with him or her to show gratitude. The tips for tourist guides and drivers are collected from team members and then put into a envelope and delivered in public by a person representing the rest of the team to these tourists and drivers. Paying tips with coins to the eye should be avoided first of all, because in that way it will make the receiver embarrassed.

The amount of tips varies with each country. Therefore, it is appropriate to enquire local tourist guides about it when you arrive in a country. Since tips are called as “tips”, naturally, they needn't be too much. In general cases, it is appropriate for guests to reserve 10 percent of the fixed fees as tips.
  
   xiaowen
  

  转自 : 生活时报

2002@copy the copyright belonging to Changchun Jingyuetan Tourism Development Co., Ltd.
E-mail: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 %>