Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ceaseanddesist #1
delete mulitple records with checkboxes
i have a recordset with a looped region and checkboxes each checkbox has the
individual record id assigned to it
my questions is what SQL command would i need to delete the checked boxes
when submitted
would it be something like
DELETE FROM table_name
WHERE column_name IN (checkboxvalues)?
ceaseanddesist Guest
-
Delete data from mulitple fields in one deletion
I have an Acrobat 7 for Mac form setup with 40ish fields that I use daily and want to be able to select all the data I put in each of the fields... -
Delete mulitple records from list based on checkbox?
Hi - using ASP/ACCESS/VBscript Need an good and not expesive extension for making a page where I can delete multiple records from a list based on... -
Data File, turn fields on mulitple lines into records on one li ne.. .
Taylor Lewick wrote: open my $in, '<', 'file1' or die "Cannot open file1: $!"; open my $out, '>', 'file2' or die "Cannot open file2: $!"; while... -
Data File, turn fields on mulitple lines into records on one li ne.. .
Taylor Lewick wrote: Is that what the ACTUAL line looks like? Use perl to do it: open my $in, '<', 'file1' or die "Cannot open file1:... -
Data File, turn fields on mulitple lines into records on one li ne.. .
What is the "real" goal? Aka why are you shelling out to grep in the first place? As a side note you should be using full paths for grep, file1,... -
Julian Roberts #2
Re: delete mulitple records with checkboxes
Try
[url]http://www.drdev.net/article02.asp[/url]
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest



Reply With Quote

