Re: Removing items from the shopping basket?

2001-06-04 Thread Larry C. Lyons
Michel, Let me make ssure I understand what you're trying to do. You're using a query to store your shopping cart data, and you need to delete a row from the shopping cart. If such is the case then what you need to do is create a new query and include all rows from your old query except for the

Re: Removing items from the shopping basket?

2001-06-04 Thread Michel Gagnon
PROTECTED]> Sent: Friday, June 01, 2001 4:42 PM Subject: RE: Removing items from the shopping basket? > Michel, > > If you are going to use queries than there is no clean way to remove rows - > best bet would be to have another column with an "active" flag. To delete >

RE: Removing items from the shopping basket?

2001-06-01 Thread Ben Forta
t for that row (which would not be efficient). If you use arrays or structures (for example) then you could remove rows easily. --- Ben -Original Message- From: Michel Gagnon [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 2:03 PM To: CF-Talk Subject: Removing items from the shopp

Removing items from the shopping basket?

2001-06-01 Thread Michel Gagnon
Hi! I've got a shopping basket going: But I can't find the instructions on how to delete items from the basket. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: ht