Sample files
The sample programs come with the Db2® and IBM® Data Server Client. Not all sample programs are available on all platforms or supported programming languages. You can use the sample programs as templates to create your own applications, and as a learning tool to understand Db2 functionality.
Db2 sample programs are provided "as is" without any warranty of any kind. The user, and not IBM, assumes the entire risk of quality, performance, and repair of any defects.
Besides the sample program files, other sample files are provided by Db2 in the samples
directories under sqllib/samples
(UNIX) and under sqllib\samples
(Windows). These include build files and makefiles to compile and link the sample programs,
error-checking utility files which are linked in to most sample programs, and various script files
to assist in application development. For example, scripts are provided to catalog and uncatalog
stored procedures and UDFs in several language sub-directories. Each samples directory has a README
file which describes the files contained in the directory.
HTML versions of most sample program source files are provided, accessible in the online documentation. These 'samples in HTML' are linked into the documentation topics to demonstrate the functionality described by them. Keywords, such as SQL statements and Db2 APIs, are hot-linked within the samples in HTML so the user can go directly to the documentation describing them. Most samples in HTML have a link in the comment section at the top of the file to a sample output file showing typical results of running the compiled sample program. Please note that the actual output is, in many cases, machine and platform-dependent, so the output you receive from running the same program might vary.
samples/c
,
except where the directory is for Windows only, as in samples\VB\ADO
.
Platform —>
Language |
AIX | Linux | Windows |
---|---|---|---|
C
samples/c |
README |
README |
README |
C++
samples/cpp |
README |
README |
README |
C#
samples\.NET\cs |
n/a |
n/a |
README |
CLI
samples/cli |
README |
README |
README |
CLP
samples/clp |
README |
README |
README |
IBM COBOL
samples/cobol |
README |
n/a |
README |
Micro Focus COBOL
samples/cobol_mf |
README |
README |
README |
JDBC
samples/java/jdbc |
README |
README |
README |
SQLJ
samples/java/sqlj |
README |
README |
README |
Perl
samples/perl |
README |
README |
README |
PHP
samples/php |
README |
README |
README |
SQL procedures
samples/sqlpl |
README |
README |
README |
Visual Basic
samples\VB\ADO |
n/a |
n/a |
ReadMe.txt |
Visual Basic .NET
samples\.NET\vb |
n/a |
n/a |
README |
Visual Basic .NET
samples\.NET\vb |
n/a |
n/a |
README |
Visual Basic .NET
samples\.NET\vb |
n/a |
n/a |
README |
There are various samples provided for demonstrating Native XML support in Db2. These samples are
located in the samples directories under sqllib/samples/xml
(UNIX) and under
sqllib\samples\xml
(Windows). The XML samples come with their own build files,
utility files, supporting scripts etc. XQuery samples are all further collected in a separate
directory under the parent XML directory. The XQuery as well as other samples demonstrating
administrative and application development support are available in various languages.
An overview for the XML samples is provided in a README file in the parent directory. Additional README files are located in the language specific directories; there is a single README file provided in the XQuery directory.
Readme File - Location | Link | Description |
---|---|---|
README
samples/xml |
README |
Parent readme for all XML samples |
C
samples/xml/c |
README |
Readme for XML C samples |
CLI
samples/xml/cli |
README |
Readme for XML CLI samples |
CLP
samples/xml/clp |
README |
Readme for XML CLP samples |
JDBC
samples/xml/java/jdbc |
README |
Readme for XML JDBC samples |
SQLJ
samples/xml/java/sqlj |
README |
Readme for XML SQLJ samples |
XQuery
samples/xml/xquery |
README |
Readme for XML SQLJ samples |
Language | Directory | Embedded SQL programs | Non-embedded SQL programs |
---|---|---|---|
C | samples/c samples/cli (CLI programs)samples/xml/c samples/xml/xquery/c samples/xml/cli (CLI programs)samples/xml/xquery/cli (CLI programs) |
.sqc |
.c |
C++ | samples/cpp |
.sqC (UNIX).sqx (Windows) |
.C (UNIX).cxx (Windows) |
C# | samples\.NET\cs |
.cs |
|
COBOL | samples/cobol samples/cobol_mf |
.sqb |
.cbl |
Java | samples/java/jdbc samples/java/sqlj samples/xml/java/jdbc samples/xml/xquery/java/jdbc samples/xml/java/sqlj samples/xml/xquery/java/sqlj samples/java/WebSphere samples/java/plugin |
.sqlj |
.java |
Perl | samples/perl |
.pl |
.pm |
PHP | samples/php |
.php |
|
REXX | samples/rexx |
.cmd |
.cmd |
Visual Basic | samples\VB\ADO samples\VB\MTS samples\VB\RDO |
.bas .frm .vbp |
|
Visual Basic .NET | samples\.NET\vb |
.vb |
|
Visual C++ | samples\VC\ADO |
.cpp .dsp .dsw |
Sample group | Directory | File Extension |
---|---|---|
CLP | samples/clp samples/xml/clp samples/xml/xquery/clp |
.db2 |
OLE | samples\ole\msvb (Visual Basic)samples\ole\msvc (Visual C++) |
.bas .vbp (Visual Basic).cpp (Visual C++) |
OLE DB | samples\oledb |
.db2 |
SQLPL | samples/sqlpl |
.db2 (SQL Procedure scripts).c (CLI Client Applications).sqc (embedded C Client Applications).java (JDBC Client Applications) |
User exit | samples/c |
.ctsm (UNIX & Windows).cdisk (UNIX & Windows).ctape (UNIX).cxbsa (UNIX) |
- Directory delimiters
- The directory delimiter on UNIX is a
/
. On Windows it is a\
. In the tables, the UNIX delimiters are used unless the directory is only available on Windows. - Embedded SQL programs
- Require precompilation, except for REXX embedded SQL programs where the embedded SQL statements are interpreted when the program is run.
- IBM COBOL samples
- Are only supplied for AIX and Windows 32-bit operating systems
in the
cobol
subdirectory. - Micro Focus COBOL samples
- Are only supplied for AIX, Linux, and Windows 32-bit operating systems in the
cobol_mf
subdirectory. - Java samples
- Are Java Database Connectivity (JDBC) applets, applications, and routines, embedded SQL for Java (SQLJ) applets, applications, and routines. Available for demonstrating native XML support as well. Java samples are available on all supported Db2 platforms.
- REXX samples
- Are only supplied for AIX and Windows 32-bit operating systems.
- CLP samples
- Are Command Line Processor scripts that execute SQL statements. Also available to show XML and XQuery support.
- OLE samples
- Are for Object Linking and Embedding (OLE) in Microsoft Visual Basic and Microsoft Visual C++, supplied for Windows operating systems only.
- Visual Basic samples
- Are ActiveX Data Objects, Remote Data Objects, and Microsoft Transaction Server samples, supplied on Windows operating systems only.
- Visual C++ samples
- Are ActiveX Data Object samples, supplied on Windows operating systems only.
- User exit samples
- Are Log Management User Exit programs used to archive and retrieve
database log files. The files must be renamed with a
.c
extension and compiled as C language programs.
The sample programs directory is typically read-only on most platforms. Before you alter or build the sample programs, copy them to your working directory.
Structure and design
prefix
- Db2 Level
il
- Installation Image Level
cl
- Client Level
in
- Instance Level
db
- Database Level
ts
- Table Space Level
tb
- Table Level
dt
- Data Type Level
This design does not include all Db2 samples. The purpose of some samples is to demonstrate different methods for accessing data. These methods are the main purpose of these samples so they are represented by these methods in a similar manner as mentioned previously:
prefix
- Programming method
fn
- SQL function
sp
- Stored procedure
ud
- User-defined function