Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't delete row
Message
 
 
To
10/04/2007 17:35:28
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01214017
Message ID:
01214195
Views:
14
Try loading the delete command from the CommandBuilder to your DataAdapter.

daAllData.DeleteCommand = commandBuilder.GetDeleteCommand();
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform