Use an array to implement a batch entry method for database records (original)
Demo: http://www.zwtd.com/1/yanek/n/needdj2.asp
<%
REM Article Title ASP Using Arranges to Implement Database Record (Original)
Author: yanek
Contact Email: askBOY@263.net
%>
Includes two files 1. Allneeddj.asp: Realize the generation of form 2. AllneedDjresult.asp Processing Table Single Bigs Extraction 3.Hbedu.mdb: Database files The database structure is as follows: province Numeric DytaOCount: Number value type PapertaoCount: Patty Set Numeric CpContent: out Slice content value type filename: file name text type beizhu: Remarks Remarks
This example is recorded in 10 records, and 6 fields are recorded.
1. Allneeddj.asp
<% set conn = server.createObject ("adoDb.connection" conn.open "driver = {microsoft access driver (* .mdb)}; dbq =" & _server.mappath ("hbedu.mdb")
%>