<% ' --------------------------- 创建连接数据库 --------------------------- '注:以 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



   
 
Elders do not forget health care during traveling
  Details >>

   Things like long-distance traveling, irregular lifestyles, a body that easily gets tired, and inconvenience in food and lodging can cause damage to the old. Therefore, they should be carefully kept healthy.

   1.Have a physical exam before leaving.
   The seniors should have a physical exam and, before leaving for their trip, should get some advice and permission from doctors. Then, according to their state of health and personal diseases, they should decide where to travel and when. And how long the journey should based n elders' health condition. After departure, seniors should tell the doctors that are traveling along how healthy they are. When traveling alone or with somebody, there should be a companion taking care of them.

   2 、 Carry commonly used medicine
   Besides the commonly used medicine — eg. antihypertensive, inodilators, and hypnotics — it ' s better to carry other medicine for cold, diarrhea, painkillers, etc. Carry emergency medicine and use it if necessary. If you get motion sickness, don ' t forget to bring an anti-motion-sickness drug.

  3In case of catching cold . . .
  During spring and autumn, people travel a lot, and the weather changes a lot, too. Therefore, seniors should not take off too much clothes, and they should carry an umbrella along in case of a cold due to the bad weather. During the autumn, the temperature changes greatly from morning to evening, which may cause the seniors to be susceptible to getting ill.To handle this problem, and to prevent catching cold, they should change their clothes according to the change of the weather.

     4 Be careful to keep the food clean, safe and nutritious.
   The food they have in traveling should not be too spicy or fat, and they'd better eat as many vegetables and fruits as they can. Also, they should not eat too much instant noodles, in order to keep healthy. They should not eat any unsafe, uncertified food or drinks. They shouldn ' t drink mineral water, or any other water from a pool or river. They should try to eat in restaurants and prepare their own forks and spoons and water bottles. In that way, their diet is convenient and safe.

  5Do not get overtired.
   When traveling by train, there are always a lot of people and it is very crowded sometimes. The carriages are not as clean as they could be, and the trains shake badly sometimes. All these factors can make the seniors tired. Therefore, when traveling by train, they'd better take a sleeper. Or, they could take a plane. Also, they could finish their journey in stages if it is too long. The schedule had better be relaxing, and there should not be too many activities. When walking for sightseeing, they should not hurry but walk slowly and leisurely. And when climbing mountains, they should not force themselves, but climb only as much as possible for them. Otherwise they would get overtired, and their hearts would beat faster than usual. Thus, they would not get enough oxygen and blood flowing into their hearts, and they would get ill again. If they feel faintness, headache, or an unusual heartbeat, they should rest immediately or go to the doctor.

  6、 The place they live in should be comfortable and quiet.
   The rooms seniors sleep in do not have to be luxurious, but have to be quiet and pleasant in order for them to have 6 or 8 hours sleep a day. It is better not to have more than 4 in a room. It is good to live with whomever you travel with and are familiar with, so that you can look after each other. Seniors should not live in a wet, dim, or crowded room. These kinds of rooms will not save them money, but actually cause them to spend more if they become ill. Poor rooms will affect sleep quality and make them lose energy, and diseases may come. Seniors had better wash their feet with warm water before going to bed. And when sleeping, they should keep the feet and lower parts of the legs elevated a little bit, in case their whole legs get edema 。

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