sqlipGetDsInfo
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This connection-level method is called to obtain information about the data source such as the SQL capabilities, limits on object names, and other information that is needed by client API functions like SQLGetInfo. For details, see how this method is implemented in the oajava sample.
int sqlipGetDsInfo(
int iInfoType,
StringBuffer sInfoValue)
Parameters for sqlipGetDsInfo
| Parameter | Type | Description |
| INPUT | ||
| iInfoType | int | Requested information type. |
| OUTPUT | ||
| sInfoValue | StringBuffer | String to return the requested information in. All values must be returned as a string. |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR – error allocating a connection handle |