ADO.Net Example
1. Establish a
Connection
to the Acme database.
2. Create objects to
bridge the gap to SQL
Server:
–
Data Adapter
–
SQL Command
–
Data Set
3. Interact with the
database.
4. Close the connection
.