%Response.Buffer = true%>
<%
id = trim(request.QueryString("id"))
Set rs =Server.CreateObject("ADODB.Recordset")
SqlComm = "SELECT * FROM problem_repair_mahamodoPPC WHERE id=" & id
rs.CursorLocation = 3 'ป้องกันปัญหา rshits.recordcount รีเทิร์นค่าเป็น -1
rs.open sqlcomm,Conn,1,3
items=rs("items")
HitsCount= rs("hits_total") + 1
SqlComm = "UPDATE problem_repair_mahamodoPPC SET hits_total=" & HitsCount & " WHERE id=" & id
conn.execute sqlcomm
DMYfromFile= rs("dmyforhittoday")
HitsCountToday=rs("hits_today")
DMYTodayS=day(now) & "/" & month(now) & "/" & year(now)
If DMYTodayS = DMYfromFile Then 'ถ้า ค่า ว ด ป ในฐานข้อมูลเป็นวันนี้
'เปลี่ยนแปลง จำนวนคนเข้า วันนี้ +1
HitsCountToday = HitsCountToday + 1
SqlComm = "UPDATE problem_repair_mahamodoPPC SET hits_today=" & HitsCountToday & " WHERE id=" & id
conn.execute sqlcomm
Else 'ถ้า ค่า ว ด ป ในฐานข้อมูลเป็นวันอื่นๆ ไปแล้ว (วันใหม่)
SqlComm = "UPDATE problem_repair_mahamodoPPC SET dmyforhittoday='" & DMYTodayS & "' WHERE id=" & id
conn.execute sqlcomm
'ใส่ค่าตัวนับเริ่มที่ 1
HitsCountToday = 1
'เขียนค่าใหม่ทับทับค่าเดิม
SqlComm = "UPDATE problem_repair_mahamodoPPC SET hits_today=" & HitsCountToday & " WHERE id=" & id
conn.execute sqlcomm
End If
mydmy = Right("00" & Day(Now), 2) & "/" & Right("00" & Month(Now), 2) & "/" & Year(Now) & " เวลา " & Right("00" & Hour(Now), 2) & ":" & Right("00" & Minute(Now), 2) & ":" & Right("00" & Second(Now), 2) & " น."
SqlComm = "UPDATE problem_repair_mahamodoPPC SET lastcome='" & mydmy & "' WHERE id=" & id
conn.execute sqlcomm
'ปิดการติดต่อกับฐานข้อมูล
rs.close
conn.close
set rs=nothing
set conn=nothing
%>
วิธีแก้ปัญหา เมื่อเกิด Error "An unexpected error has occurred in
mh320ppc10.exe."
|
|
|
|
วิธีแก้ปัญหา
เมื่อเกิด Error
"An unexpected error has occurred
in mh320ppc10.exe." สำหรับ
Pocket PC ที่ใช้ Windows Mobile
5.0 |
|
|
|
ปกติแล้ว มหาหมอดู ppc (for
Pocket PC) ลงและใช้ได้กับเครื่อง
Pocket PC ที่เป็นระบบปฏิบัติการ (OS)
Pocket PC 2002, Windows Mobile 2003, Windows Mobile 5.0
ไม่มีปัญหาใดๆ จะเป็นเครื่อง
Pocket PC
รุ่นใดยี่ห้อใดก็ลงและใช้งานได้สบายครับ
แต่ก็มีลูกค้าบางท่านที่ใช้ ระบบปฏิบัติการ
Windows Moblie 5.0
เกิดปัญหาลงแล้วเข้าไม่ได้
(โดยเฉพาะเครื่อง O2 Atom, Dopod)
ให้แก้ไขตามขั้นตอนต่อไปนี้นะครับ |
|
|
|
|
|
1.
ทดสอบการเข้าโปรแกรม แล้วเกิด Error |
|
|
|
|
|
|
|
| |
|
|