Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 1st, 2004, 09:47 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

I thought you would be getting just a single member_id by reading this. But in the code that you posted, you don't seem to be doing anything with DELETE as it the page is named delete.asp

Also seeing the code posted in your last post, if your member_id all stored in value attribute of checkboxes listed there, I would suggest you name all those checkboxes with same name, and request("member_id")[hope that is all your checkboxes are named as member_id] which on submission, would yield you all those values in a string seperated by comma, which can directly be used within IN() clause of the select statement, and you don't have to loop through to construct that.

Is that you are trying to select the rows based on member_Id on that page? May be I am lost.

But if you are already on track, then I would better not try and confuse youwith mine.

All the best.
Cheers!

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Form Data Problem darrenb Access 2 May 2nd, 2007 12:13 PM
Query data in form Vince_421 Access 2 February 1st, 2007 10:45 AM
Saving data using form misskaos Classic ASP Basics 3 October 27th, 2006 03:16 PM
FORM data not valid js_pandey Beginning PHP 2 June 3rd, 2005 06:10 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.