Multiple Insert
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=19136
Printed Date: 29 March 2026 at 10:03am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Multiple Insert
Posted By: sebm
Subject: Multiple Insert
Date Posted: 03 April 2006 at 11:55pm
Hi
I'm looking for a tutorial or code to insert multiple fields into the same table, also with each field being named on the fly as i'm not sure how many there will be each time.
I've looked around the article on www.drdev.net but that doesn't really help for what I'm needing.
Any suggestions are very gratefully received 
Thanks Seb
|
Replies:
Posted By: sebm
Date Posted: 04 April 2006 at 10:06pm
Ok i've worked out/found and nicked the code for the insert which seems to be working, but now i'm struggling to name each input item individually, eg path1, path2 etc.
Can anyone suggest how I could go about this? I have actually tried a loop, but this is already contained in another loop (for ASPUpload) so I get 3 lots say of everything, not 3 different named fields!
My apologies if this all sounds like cr*p!
|
Posted By: wistex
Date Posted: 20 April 2006 at 4:29am
Do you mean multiple fields or multiple records? I'm not sure I understand what you are trying to do.
------------- http://www.wistex.com" rel="nofollow - WisTex Solutions http://www.caribbeanchoice.com/forums" rel="nofollow - CaribbeanChoice Forums
|
Posted By: sebm
Date Posted: 20 April 2006 at 6:11pm
|
It was for Multiple Records, but fear not i've worked it out now.
|
|