|
|
|
เพิ่มข้อมูลเมื่ออัพไปบนโอส ไม่ได้ครับ โค้ดมันเป็นยังไงครับ ถึงไม่แสดงผลครับ มันเพิ่มข้อมูลไม่ได้คับ |
|
|
|
|
|
|
|
โค้ดมันเป็นยังไงครับ ถึงไม่แสดงผลครับ มันเพิ่มข้อมูลไม่ได้คับ
<%@LANGUAGE="VBSCRIPT" CODEPAGE="874"%>
<%
Set Conn=Server.Createobject("ADODB.Connection")
Conn.Open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("product.mdb"),"" , ""
'หรือจะใช้เป็น Conn.Open "product","",""
sql ="Select * From product"
Set RS =Server.CreateObject("ADODB.Recordset")
RS.open Sql,Conn,1,3
barcode="P006"
description="หนังสือเล่มที่ 6"
price=350
page=450
writer= "ผู้แต่งคนที่ 6"
Rs.AddNew
Rs("barcode") = barcode
Rs("description") = description
Rs("price") = price
Rs("page") = page
Rs("writer") = writer
Rs.Update
Conn.Close
%>
พอรัน
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Open the home page, and then look for links to the information you want.
Click the Refresh button, or try again later.
Click Search to look for information on the Internet.
You can also see a list of related sites.
HTTP 500 - Internal server error
Internet Explorer
แต่ะอีกอันน่ะครับ มันแสดงผลได้
<%@LANGUAGE="VBSCRIPT" CODEPAGE="874"%>
<%
Set Conn=Server.Createobject("ADODB.Connection")
Conn.Open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("prahtthai.mdb"),"" , ""
'หรือจะใช้เป็น Conn.Open "product","",""
sql ="Select * From product"
Set Rs = Conn.Execute(sql)
If Rs.EOF Then
%>
ไม่มีข้อมูลในตาราง !
<%Else%>
<table border="1">
<tr bgcolor="Silver">
<td>id</td>
<td>barcode</td>
<td>Description</td>
<td>Price</td>
<td>Page</td>
<td>writer</td>
</tr>
<% While Not Rs.EOF%>
<tr>
<td><%= Rs("Id")%></td>
<td><%= Rs("barcode")%></td>
<td><%= Rs("description")%></td>
<td><%= Rs("price")%></td>
<td><%= Rs("page")%></td>
<td><%= Rs("writer")%></td>
</tr>
<% Rs.MoveNext
Wend
Rs.Close
Conn.Close
End If
%>
</table>
id barcode Description Price Page writer
1 P001 หนังสือเล่มที่ 1 100 150 ผู้แต่งคนที่ 1
2 P002 หนังสือเล่มที่ 2 200 250 ผู้แต่งคนที่ 2
3 P003 หนังสือเล่มที่ 3 150 350 ผู้แต่งคนที่ 3
4 P004 หนังสือเล่มที่ 4 300 450 ผู้แต่งคนที่ 4
5 P005 หนังสือเล่มที่ 5 250 500 ผู้แต่งคนที่ 5
,7 มึนตึบเลย ด้วยด้วยครับไม่ไหวแล้ว
Tag : - - - -
|
|
|
|
|
|
Date :
14 ก.ย. 2549 18:37:56 |
By :
นาคุ |
View :
1770 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สวัสดีครับ..
อ่านแล้วก็งง.. ถ้า Code เดียวกันไม่น่าจะ มีปัญหานี่หน่า แถม Error ที่ browser แสดงออกมาคือไม่มี page ที่คุณเรียก ไม่ใช่ error จาก page อีกต่างหาก .. ซึ่งความผิดพลาดน่าจะมาจากตรงนี้ครับ ติดต่อ มาคุยกันหน่อยครับ
วิวัฒน์ แก้วสุข
[email protected]
|
|
|
|
|
Date :
15 ก.ย. 2549 05:41:25 |
By :
Mangkhud |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ Mangkhud
ได้แล้วครับมันต้องไปขอสิทธิ์การเข้าใช้ข้อมูลก่อนครับเลยเออเลอร์
ดูได้แต่เขียนไม่ได้น่ะครับ
แต่ตอนนี้ได้แล้วครับ
|
|
|
|
|
Date :
15 ก.ย. 2549 16:16:22 |
By :
นาคุ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|