Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Inserting multiple records


Message #1 by "Balen K." <kbalen@y...> on Sat, 8 Mar 2003 11:35:22
Hi 
In MS Access How can we insert multiple records into database using asp. 
INSERT INTO table (name,lastname,address) values
       ('A','B','C'),('D','E','F'),('G','H','I');

Thanks 
Balen.
Message #2 by "Drew, Ron" <RDrew@B...> on Mon, 10 Mar 2003 08:21:04 -0500
One Insert statement enclosed within a loop

-----Original Message-----
From: Balen K. [mailto:kbalen@y...]
Sent: Saturday, March 08, 2003 6:35 AM
To: ASP Databases
Subject: [asp_databases] Inserting multiple records


Hi
In MS Access How can we insert multiple records into database using asp.

INSERT INTO table (name,lastname,address) values
       ('A','B','C'),('D','E','F'),('G','H','I');

Thanks
Balen.

  Return to Index