CTI Client SQL functions (C++ CTI API)

CTI_SQLLogin

Contents  Back  Next

Log on to the database.

 

VOID WINAPI CTI_SQLLogin(

 PTCHAR pszPassword

);

Parameters

pszPassword

Database password

 

Return value

None

 

Remarks

The client logs on to the database with a password in order to use the SQL interface. The administrator sets the password when configuring the ODBC data source.

 

clip0004

 

An empty string can be supplied in pszPassword if no password has been set. In response, the client receives an event of type SQL_LOGIN.

 

Example

SQL sample

 

See also

SQL overview | SQL_LOGIN

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.