Home How To Online Documentation Support Download Order

 

 

 

SACommand
SAConnection
SAException
SAField
SAParam

SAString
SADateTime
SANumeric

Enums and Typedefs

  

Usage

Class Members

Examples

SAConnection::Client

SAClient_t Client() const;

Gets the current DBMS client assigned for the connection.

Return values

One of the following values from SAClient_t enum:

  • SA_Client_NotSpecified     Client is not specified.
  • SA_Oracle_Client    Oracle client.
  • SA_SQLServer_Client    SQL Server client.
  • SA_InterBase_Client    InterBase client.
  • SA_SQLBase_Client    SQLBase client.
  • SA_ODBC_Client     ODBC client.
  • SA_DB2_Client     DB2 client.
  • SA_Informix_Client     Informix client.
  • SA_Sybase_Client     Sybase client.
  • SA_MySQL_Client    MySQL client.
  • SA_PostgreSQL_Client    PostgreSQL client.
  • SA_SQLite_Client    SQLite client.

Remarks

To set an DBMS client use setClient or Connect methods.

Server specific notes

See Server specific notes for setClient method.

See also

setClient, Connect

SAClient_t

Problems and Questions

If you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com.