![]() | ![]() |
Home |
|
|
Open Client Client-Library/C Reference Manual |
|
| Chapter 3 Routines |
|
| ct_bind |
|
| Return values |
ct_bind returns the following values:
Return value | Meaning |
CS_SUCCEED | The routine completed successfully. |
CS_FAIL | The routine failed. |
CS_BUSY | An asynchronous operation is already pending for this connection. For more information, see "Asynchronous programming". |
Common reasons for a ct_bind failure include:
An illegal datatype specified via datafmt−>datatype.
A bad datafmt−>locale pointer. Initialize datafmt−>locale to NULL if it is not used.
Requested conversion is not available.
|
|