| Method | Description |
|---|---|
| connectRequest(self, connect_data) | Function called when the client issues a CONNECT request. |
Table 4.70. 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 June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu


