| Method | Description |
|---|---|
| connectRequest(self, connect_data) | Function called when the client issues a CONNECT request. |
Table 4.71. Method summary
This function is called when the client issues a CONNECT request,
to have a chance to validate and change the CONNECT string sent by
the client. The connect string can be found
in the parameter connect_data. The function has to return a logical TRUE or FALSE value, i.e. SQLNET_ACCEPT or SQLNET_ABORT.
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu


