insert into, where?

NoMAd

Registered User.
Local time
Tomorrow, 05:10
Joined
Oct 31, 2004
Messages
17
if i had a table structure like this:

[ user , active (yes/no field) , product , qty ]

for a shopping cart kinda thing, how do i insert a product into that table where the user = yes, or active?
 
You would use ADO to update a table from a web page.
 

Users who are viewing this thread

Back
Top Bottom