[ic] completely removing orders

Grant interchange-users@icdevgroup.org
Thu Oct 31 12:28:00 2002


>> >    delete from transactions where order_number > 'TEST00500';
>> >    delete from orderline where order_number > 'TEST00500';
>> >which will delete all order numbers greater than 500
>> >
>> >hope that helped :)
>> >Dennis
>>
>> I'm using the default DBM database.  I should have mentioned that.  Thank
>> you though!
>
>    You can use the table editor (Administration->Tables) in the
>admin UI to
>edit transactions and orderline and remove the desired records.
>
>
>Jeff

So those two tables are the only ones to be concerned with for this purpose?

- Grant