Basic method of DataAdapter
What are the basic method of DataAdapter.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shivanand ArurPosted Sep 23, 2012, 6:02 AM
Here, Adapters basically acts like a bridge between the Database and a Dataset or a DataTable... The basic usage of a DataAdapter is to fetch data from the database and fill it in a Dataset or a DataTable.
Check out this example...
}