|
|
|
จะ insert ข้อมูลลง access ยังงัยค่ะ ASP คือ ว่าอยากรู้ว่าถ้าต้องการ ต้อง เก็บข้อมูลลง access |
|
|
|
|
|
|
|
Code (ASP)
<%
Set Conn=Server.Createobject("ADODB.Connection")
Conn.Open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("db/product.mdb"),"" , ""
'หรือจะใช้เป็น Conn.Open "product","",""
sql ="Select * From product"
Set RS =Server.CreateObject("ADODB.Recordset")
RS.open Sql,Conn,1,3
Rs.AddNew
Rs("barcode") = barcode
Rs("description") = description
Rs("price") = price
Rs("page") = page
Rs("writer") = writer
Rs.Update
Conn.Close
%>
|
|
|
|
|
Date :
2010-02-22 21:48:26 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ส่วนอื่น ๆ อ้านได้ที่บทความ ASP & Access ครับ
|
|
|
|
|
Date :
2010-02-22 21:49:24 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆค่ะ เดี๋ยวจะลองทำตามดูค่ะ
^^
|
|
|
|
|
Date :
2010-02-24 17:43:45 |
By :
ninjanoi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|