Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > ASP > ASP Microsoft Access > ASP Microsoft Access Add/Insert Record



Clound SSD Virtual Server

ASP Microsoft Access Add/Insert Record

ASP Microsoft Access Add/Insert Record ตัวอย่างนี้จะเป็นการเขียนโปรแกรม ASP กับ Access เพื่อเพิ่มข้อมูลลงใน Table

ตัวอย่าง

AspAccessAddForm.asp

01.<html>
02.<head>
03.<title>ThaiCreate.Com ASP & Microsoft Access Tutorial</title>
04.</head>
05.<body>
06.<form action="AspAccessAddSave.asp" name="frmAdd" method="post">
07.<table width="600" border="1">
08.  <tr>
09.    <th width="91"> <div align="center">CustomerID </div></th>
10.    <th width="160"> <div align="center">Name </div></th>
11.    <th width="198"> <div align="center">Email </div></th>
12.    <th width="97"> <div align="center">CountryCode </div></th>
13.    <th width="70"> <div align="center">Budget </div></th>
14.    <th width="70"> <div align="center">Used </div></th>
15.  </tr>
16.  <tr>
17.    <td><div align="center"><input type="text" name="txtCustomerID" size="5"></div></td>
18.    <td><input type="text" name="txtName" size="20"></td>
19.    <td><input type="text" name="txtEmail" size="20"></td>
20.    <td><div align="center"><input type="text" name="txtCountryCode" size="2"></div></td>
21.    <td align="right"><input type="text" name="txtBudget" size="5"></td>
22.    <td align="right"><input type="text" name="txtUsed" size="5"></td>
23.  </tr>
24.  </table>
25.  <input type="submit" name="submit" value="submit">
26.  </form>
27.</body>
28.</html>

Screenshot

ASP & Ms Access



AspAccessAddSave.asp

01.<% Option Explicit %>
02.<html>
03.<head>
04.<title>ThaiCreate.Com ASP & Microsoft Access Tutorial</title>
05.</head>
06.<body>
07.<%
08.Dim Conn,strSQL,objExec
09.Set Conn = Server.Createobject("ADODB.Connection")
10.Conn.Open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("mydatabase.mdb"),"" , ""
11.strSQL = ""
12.strSQL = strSQL &"INSERT INTO customer "
13.strSQL = strSQL &"(CustomerID,Name,Email,CountryCode,Budget,Used) "
14.strSQL = strSQL &"VALUES "
15.strSQL = strSQL &"('"&Request.Form("txtCustomerID")&"','"&Request.Form("txtName")&"', '"&Request.Form("txtEmail")&"' "
16.strSQL = strSQL &",'"&Request.Form("txtCountryCode")&"','"&Request.Form("txtBudget")&"', '"&Request.Form("txtUsed")&"') "
17.Set objExec = Conn.Execute(strSQL)
18.If Err.Number = 0 Then
19.    Response.write("Save Done.")
20.Else
21.    Response.write("Error Save ["&strSQL&"] ("&Err.Description&")")
22.End If
23.Conn.Close()
24.Set objExec = Nothing
25.Set Conn = Nothing
26.%>
27.</body>
28.</html>

Screenshot

ASP & Ms Access

ASP & Ms Access






   
Hate it
Don't like it
It's ok
Like it
Love it
Total Votes: 639Overall Rating: 3.7 / 5
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-08-10 16:25:57 / 2009-05-10 22:13:03
  Download : Download  ASP Microsoft Access Add/Insert Record
 Sponsored Links / Related

 
ASP Microsoft Access Connect to Database
Rating :

 
ASP Microsoft Access List Table Properties
Rating :

 
ASP Microsoft Access List Record
Rating :

 
ASP Microsoft Access List Record (ODBC)
Rating :

 
ASP Microsoft Access Random Record
Rating :

 
ASP Microsoft Access List Record Paging/Pagination
Rating :

 
ASP Microsoft Access Search Record
Rating :

 
ASP Microsoft Access Search Record Paging/Pagination
Rating :

 
ASP Microsoft Access Multiple Column
Rating :

 
ASP Microsoft Access Multiple Column and Paging/Pagination
Rating :

 
ASP Microsoft Access Transaction (BeginTrans,CommitTrans,RollbackTrans)
Rating :

 
ASP Microsoft Access Check Already Exists Add/Insert Record
Rating :

 
ASP Microsoft Access Edit/Update Record
Rating :

 
ASP Microsoft Access Delete Record
Rating :

 
ASP Microsoft Access Multiple Checkbox Delete Record
Rating :

 
ASP Microsoft Access Used Include Function
Rating :

 
ASP Microsoft Access Used Function Database Query
Rating :

 
ASP Microsoft Access Database Class
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่