Inside Ado.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Generally in programming we use DataConnection and called dc.Open()
We Give DbCommand various parameters and result sets.
But, All this commands/ procedure to retrive data from Database is predefined or mechanical one.

Actually,I want ot know what actually happens when you connect to database or In DataSet, how data is stored. How Relation is mentained in dataset.
Can any-body tell me book or article where I can get inside view of ADO.Net.

Don't we think, It wil make more sense in doing programming more consiously.

- Shreyas
 
Profession ADO.Net with VB.Net by Wrox and ADO.Net by Microsoft Press are
both excellent books.

Shreyas said:
Generally in programming we use DataConnection and called dc.Open()
We Give DbCommand various parameters and result sets.
But, All this commands/ procedure to retrive data from Database is predefined or mechanical one.

Actually,I want ot know what actually happens when you connect to database
or In DataSet, how data is stored. How Relation is mentained in dataset.
 
Back
Top