IBM Books

Application Building Guide


Chapter 10. Building Solaris Applications

  • SPARCompiler C
  • DB2 API Applications
  • DB2 CLI Applications
  • DB2 CLI Stored Procedures
  • Embedded SQL Applications
  • Embedded SQL Stored Procedures
  • User-Defined Functions (UDFs)
  • Multi-threaded Applications
  • SPARCompiler C++
  • DB2 API Applications
  • Embedded SQL Applications
  • Embedded SQL Stored Procedures
  • User-Defined Functions (UDFs)
  • Multi-threaded Applications
  • Micro Focus COBOL
  • Using the Compiler
  • DB2 API Applications
  • Embedded SQL Applications
  • SPARCompiler Fortran
  • DB2 API Applications
  • Embedded SQL Applications
  • Embedded SQL Stored Procedures
  • This chapter provides detailed information for building applications on Solaris. In the script files, commands that begin with db2 are Command Line Processor (CLP) commands. Refer to the Command Reference if you need more information about CLP commands.

    For the latest DB2 application development updates for Solaris, visit the Web page at:

      
    
    http://www.software.ibm.com/data/db2/udb/ad
     
    
    Note:Because the DB2 library, libdb2.so, is threadsafe, and due to the way threads are implemented on Solaris, you might consider using the -mt multi-threaded option when linking executables also linked with -ldb2. If the -mt switch is not used, the application may see an error such as the following when the application is run:
       libc internal error: _rmutex_unlock: rmutex not held
    


    [ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

    [ DB2 List of Books | Search the DB2 Books ]