PvModifyDSN()
Modifies an existing data source name.
Header File: catalog.h (See also Header Files)
Function First Available In Library: w3dbav78.dll (Windows), libpsqldti.so (Linux) (See also Link Libraries)
This function is deprecated in Pervasive PSQL v11 and higher versions. Use the ODBC API to work with client DSNs.
Syntax
BTI_API PvModifyDSN(
BTI_LONG       hConnection,
BTI_CHAR_PTR   dsnName,
BTI_CHAR_PTR   dsnDesc,
BTI_CHAR_PTR   dsnDBQ,
BTI_LONG       openMode);
Arguments
 
See also DSN Open Mode in SQL Engine Reference.
Return Values
 
Remarks
The following preconditions must be met:
Connection established by PvConnectServer() or if you are performing the operation on a local machine, P_LOCAL_DB_CONNECTION may be used as the connection handle.
See Also
PvStart()
PvConnectServer()
PvListDSNs()
PvCreateDSN()
PvGetDSN()
PvGetDSNEx()
PvDeleteDSN()
PvCountDSNs()
PvStop()