|
|
|
 |
| Moving DB2 Apps to ADO.NET with Delphi for .NET | | http://www.ibm.com/developerworks/db2/library/techarticle/dm-0402mcgee/index.html | | Article: "Moving DB2 Database Applications to ADO.NET with Delphi 8 for .NET," by Jeremy McGee. Discusses what ADO.NET gives Delphi developers, how the different components in ADO.NET work together, how to use ADO.NET from existing Delphi VCL code, the Delphi 8 for .NET architecture, why change?, using ADO.NET from VCL applications, using ADO.NET from code, setting up a Delphi application to use ADO.NET, setting up Delphi to bridge between ADO.NET and VCL, connecting with DBConnection, retrieving data, connecting to data-aware VCL components, and moving from the BDE to ADO.NET and BDP. | | |
|
| Using DataSets in ADO.NET | | http://msdn2.microsoft.com/en-us/library/ss7fbaez(VS.80).aspx | | Article: “Using DataSets in ADO.NET” from Microsoft’s “.NET Developers Guide.” Discusses what a DataSet is, creating a DataSet, adding a DataTable to a DataSet, adding a relationship between tables, navigating a relationship between tables, using a DataSet with existing data, merging DataSet contents, copying DataSet contents, working with DataSet events, working with a typed DataSet, creating and using DataTables, creating and using a DataTableReader, creating and using DataViews, and using XML in a DataSet. | | |
|
| SqlIndex—Lesson in “Connected” ADO.NET | | http://www.codeproject.com/kb/database/sqlindexer.aspx | | Article: “SqlIndex—Lesson in “Connected” ADO.NET,” by Rodney S. Foley. Discusses how to access one or more databases in a connected way by the use of SqlReader, SqlTransaction, and SqlCommand, the Index method, libraries, private members, the main method, the constructor, and the start method, the index method. | | |
| |
| |
| |
| |
|
|
| |
 |
|
|
|
|