Steps in Getting Data from the Database:
1. Create the data connection object
2. Create the Data adapter object
3.Create the dataset object
4.Invoke methods on adapter object to fill or update the data set
5.Use data binding to display the data from the data set
No comments:
Post a Comment