Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete multiple records at once
Message
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Delete multiple records at once
Environment versions
Environment:
C# 2.0
OS:
Vista
Database:
VistaDB
Miscellaneous
Thread ID:
01280361
Message ID:
01280361
Views:
62
Is there a way to delete records from a table without reading through the table and checking each record and then calling dr.delete()?

I'm using datasets,tableadapters and bindingsources in an app where I give the user a combo box populated with unique dates which I have gotten from a transaction table. I want the user to be able to pick a date and then delete all records from the transaction table that have a matching date.

So far I only see that I can loop through the data and test each record and then delete it using the datarow delete(). Seems very inefficient.

Anyone have a better way?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform