|
When .Net application connects to a database or a data file, ADO.Net uses a connection provider spec....
|
Category:
ADO.Net
|
Date:
12/2/2009 12:04:03 AM
|
|
|
|
This object represents an SQL statement that is executed while connected to the database. Following ....
|
Category:
ADO.Net
|
Date:
10/15/2009 5:03:07 AM
|
|
|
|
DataSet object provides following methods to generate XML: 1) ReadXML Reads a XML schema and data i....
|
Category:
ADO.Net
|
Date:
10/8/2009 3:49:37 AM
|
|
|
|
Step-1: Open the database connection by creating a Connection object. We can load the connection str....
|
Category:
ADO.Net
|
Date:
10/8/2009 3:16:53 AM
|
|
|
|
DataSet.Clone(): It only copies structure, does not copy data. DataSet.Copy(): Copies both structur....
|
Category:
ADO.Net
|
Date:
10/6/2009 6:37:58 AM
|
|
|