Author: SSWUG Research

Community

Building data access class

(Michael Livshitz) Most recommended way to create web or windows database applications is based on “allocation” of the data access layer (DAL) in a separate layer. There are many ways to create this layer, of course, including the new feature of the .NET 2.0 – the ObjectDataSource. In this article

Community

Dynamic SQL and Performance

(Craig Mullins) The performance of dynamic SQL is one of the most widely debated DB2 issues. Some shops try to avoid it, but in this day and age of ERP/CRM systems, Java/JDBC programming, and web applications, all of which heavily rely on dynamic SQL, its use is becoming more ubiquitous.