On Sat, 19 Feb 2005 23:23:00 GMT, "Veign" <me.TakeThisOut@home.com> wrote:
>Post some code and SQL statements
Well, there is not much to show.
Basically, i filled an ado recordset with a sql query.
The recordset is shown in a datagrid.
Of course i could delete every record one by one, but i was looking
for a way to easily delete all records. As said: the primary key is
part of the recordset.
Rs,delete didn't work. Is there a way to delete all records in 1 SQL
Something like:
DELETE * FROM mytable WHERE id IN .......<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: [VB6] Have a selection in a recordset. How do i easily del..