• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Table 10.3 ResultSet concurrency mode options

 
Greenhorn
Posts: 27
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

All my questions below are based on the paperback copy of the book: https://www.amazon.com/OCP-Certified-Professional-Programmer-1Z0-809/dp/1119067901?ie=UTF8&*Version*=1&*entries*=0

Table 10.3 on Page 520, can someone please verify that it contains some errors and the right values in the table should be as follows.

"Can Read Data" column should contain 2 values of "Yes."

"Can Update Data" column should contain a "No" followed by a "Yes."

"Supported by All Drivers" column should contain a "Yes" followed by a "No."

Thank you.

Schmichael
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The rows in that table are reversed. The official erratapage says:

In table 10.3, the rows are reversed. The cells in the first row go with updatable and vice versa.

 
Schmichael Chen
Greenhorn
Posts: 27
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:The rows in that table are reversed. The official erratapage says:

In table 10.3, the rows are reversed. The cells in the first row go with updatable and vice versa.



Thank you, Jeanne.

Schmichael
 
reply
    Bookmark Topic Watch Topic
  • New Topic