Skip to Content
Essential ADO.NET
book

Essential ADO.NET

by Bob Beauchemin
May 2002
Beginner to intermediate content levelBeginner to intermediate
560 pages
11h 36m
English
Addison-Wesley Professional
Content preview from Essential ADO.NET

9.11. SQL/J Part 0 and Typed DataSets

JDBC ResultSets, like the ADO.NET DataReader and all other dynamic SQL APIs equivalents, will produce runtime errors if the specified column name or column number does not exist at runtime. This problem is discussed in Chapter 7 in conjunction with the ADO.NET strongly typed DataSet class, a subclass of DataSet, which provides compile-time checking based on database metadata.

Although JDBC does not have the concept of strongly typed subclasses, an addition to the SQL-99 spec known as “SQL/J part 0” provides equivalent functionality by supporting embedded SQL, that is, escaped SQL statements embedded within program code. The embedded SQL is processed by a preprocessor, so SQL clauses can contain actual Java ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft® ADO.NET 4 Step by Step

Microsoft® ADO.NET 4 Step by Step

Tim Patrick
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner
ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 0201758660Purchase book