Learn how to use iBATIS in Java applications and J2EE applications. This article covers the iBATIS syntax, accessing data sources, setting up WebSphere Studio projects to support iBATIS, and querying DB2 using iBATIS.
Tag: Database management systems
Convert a Universal Time Coordinated timestamp in DB2 Universal Database
This article describes a Java implementation for a DB2 UDB user-defined function that takes as input two parameters, a UTC timestamp and a locale name, and returns the timestamp equivalent in the new locale. Sample code included.
Related:
DB2 UDB for iSeries cursor sensitivity enhancements
Kent Milligan explains what cursor sensitivity is and how it’s programmatically controlled on DB2 UDB for iSeries. In addition, the article covers the performance impacts of using the different cursor sensitivity settings.
Related:
Working with Data in DB2 UDB Tables Using C#Builder and ASP.NET
This article builds on an earlier article that showed how to build an application using IBM DB2 UDB tables, C#Builder, and BDP for .NET, and then deploy it as an ASP.NET Web form (with a powerful asp:DataGrid control).
Related:
ASP.NET Web Forms With DB2 UDB Tables Using C#Builder and BDP for .NET
This article shows you how to build an application using IBM DB2 UDB tables, C#Builder, and BDP for .NET, and then deploy it as an ASP.NET Web form (with a powerful asp:DataGrid control), so users can work with the DB2 UDB tables using a Web browser.