![]() | ![]() |
Home |
|
|
Open Client Client-Library/C Reference Manual |
|
| Chapter 3 Routines |
|
| ct_init |
|
| Parameters |
A pointer to a CS_CONTEXT structure. An application must have previously allocated this context structure by calling the CS-Library routine cs_ctx_alloc.
context identifies the Client-Library context being initialized.
versionThe version of Client-Library behavior that the application expects. Table 3-44 lists the symbolic values for version:
Value of version | Meaning | Features supported |
CS_VERSION_100 | 10.0 behavior. | Cursors, registered procedures, remote procedure calls. This is the initial version of Client-Library. |
CS_VERSION_110 | 11.0 behavior. | All 10.0 features plus these new version 11.1 features:
|
CS_VERSION_120 | 12.0 behavior | All previous features plus:
|
CS_VERSION_125 | 12.5 behavior | Added features for version 12.5 include:
|
|
|