Errata for Programming Microsoft® ADO.NET 2.0 Core Reference
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 32
|
"Figure 2-8" should be "Figure 2-7"
On page 32, the second sentence of the third paragraph contains an incorrect reference to Figure 2-8.
Change:
"Clicking the Advanced button allows you to set additional properties for the connection—such as packet size, connection pooling information, and so on—using the dialog box shown in Figure 2-8."
To:
"Clicking the Advanced button allows you to set additional properties for the connection—such as packet size, connection pooling information, and so on—using the dialog box shown in Figure 2-7."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 33
|
Figure references are incorrect
On page 33, the second sentence of the fifth paragraph contains incorrect references to previous Figures.
Change:
"If you want to connect to another type of database, you can click the Change button (shown in Figure 2-7), which will launch the dialog box previously shown in Figure 2-6."
To:
"If you want to connect to another type of database, you can click the Change button (shown in Figure 2-6), which will launch the dialog box previously shown in Figure 2-8."
|
Microsoft Press |
Jul 13, 2010 |
|
| Printed |
Page 36
|
"Server" should be "Solution"
On page 36, the second sentence in the third paragraph refers to an invalid view.
Change:
"If the Solution Explorer window is not visible, select View and then Server Explorer from the Visual Studio menu."
To:
"If the Solution Explorer window is not visible, select View and then Solution Explorer from the Visual Studio menu."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 94
|
EnlistDistributedTransaction should be EnlistTransaction
On page 94, the "finally" block of code in the C# example includes an incorrect method reference.
Change:
cn.EnlistDistributedTransaction(null);To:
cn.EnlistTransaction(null);
|
Microsoft Press |
Jul 13, 2010 |
|
| Printed |
Page 178
|
"Table" should be "Emp"
On page 178, the first sentence of the last paragraph contains an incorrectly named table.
Change:
"In the figure, we’re mapping the database’s Emp table to the DataSet object’s Employees table, but the mapping information implies that it’s mapping "Table" to "Employees"."
To:
"In the figure, we’re mapping the database’s Emp table to the DataSet object’s Employees table, but the mapping information implies that it’s mapping "Emp" to "Employees"."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 537
|
3 should be 4
On page 537, in Figure 11-6 the number in the 3rd row of the ID-Key column of the Second DataTable is incorrect.
Change:
3
To:
4
Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
|
Microsoft Press |
Jul 13, 2010 |
|
|
| |