Saved Bookmarks
| 1. |
What Are All The Commands Used With Data Adapter? |
|
Answer» DataAdapter is USED to retrieve data from a data SOURCE .Insertcommand, UpdateCommand and DeleteCommand are the commands OBJECT used in DataAdapter to MANAGE update on the database. DataAdapter is used to retrieve data from a data source .Insertcommand, UpdateCommand and DeleteCommand are the commands object used in DataAdapter to manage update on the database. |
|