Application Development Guide


Why Use Functions and Methods?

In writing DB2 applications, you have a choice when implementing desired actions or operations:

Although it may seem easier to implement new operations as subroutines in your application, there are good reasons why you should consider using UDFs and methods:


[ Top of Page | Previous Page | Next Page ]