This chapter briefly describes the sample program included in the ALTIBASE installation file.
Sample Program
Refer to various samples in $ALTIBASE_HOME/sample/APRE. The source of the directory can be referenced as follows.
| Sample source name |
---|---|
Cursor usage sample | cursor1.sc cursor2.sc |
DB connection sample | connect1.sc connect2.sc |
DML specific usage sample | select.sc insert.sc delete.sc update.sc |
Dynamic SQL sample | dynamic1.sc dynamic2.sc dynamic3.sc |
FailOver sample | Fail-Over/FailOverSample.sc |
LOB usage sample | BLOB/blobSample.sc CLOB/clobSample.sc |
Multi Connection sample | mc1.sc mc2.sc |
PSM/Function sample | ps1m.sc psm2.sc |
Thread development environment sample | mt1.sc mt2.sc |
Host variable sample | arrays1.sc arrays2.sc pointer.sc date.sc varchar.sc binary.sc |
This document describes a sample of performing an update to a separate table in the cursor-fetch process by making two connections by applying sample sources in combination.