In | hConnection | Connection handle that identifies the server. Connection handles are obtained with the
PvConnectServer() function. |
In | dbName | Name of the database. A list of all database names for a particular server is obtained with the
PvGetDbNamesData() function. A single database name from the resulting list can be obtained with the
PvGetDbName() function. |
Out | pDbCodePage | Code page of the database. A value of zero indicates the default code page on the server. |
P_OK | The operation was successful. |
P_E_INVALID_HANDLE | Invalid connection handle. |
P_E_NULL_PTR | Call with NULL pointer. |
P_E_NOT_EXIST | Named database does not exist. |
P_E_FAIL | Failed for other reasons. |