[ic] deleting additional shipping addresses

Zachary Matthews zac@mediapc.com
Wed, 22 Nov 2000 11:14:49 -0800


In the construct demo, there is a feature to add and remove additional 
shipping addresses.  However when you click more than one checkbox to
remove more than one address at a time, it fails to remove any
addresses.  I looked at the page, 'ship_addresses_removed.html' and it
generates a sql query such as the following:

delete from ship_addresses WHERE code = 10 or code ='11 or code = 12

Do any of you SQL buffs out there know why this doesn't work?

Thanks!