[ic] Delete row

tamas.kohegyi@unforgettable.com tamas.kohegyi@unforgettable.com
Wed, 14 Mar 2001 16:29:31 +0200


Hi all,

Can anybody give me an example how to delete a specific row of a specific table?
In SQL it would be like DELETE FROM TABLENAME WHERE COLUMNNAME="x";
But what should I do in [ic] and using non-sql-based table (gdbm)?

I tried: 
[sql interpolate=1]delete from mytable where id="[value em_id]" and username="[data session username]"[/sql]
but nothing happened. (Also no error message in error.log)

Thanks,
Tamas