ACCRDB packet

The ACCRDB packet is sent by the client as part of the authentication process. It contains information about the client, and specifies certain parameters for the connection.

Properties

This packet type often contains other properties, but they are usually not relevant, except for advanced cases.

Example

You can change the database being accessed with

context.packet.RDBNAM = 'OTHERDB';

This may be useful in some cases, but keep in mind that this could confuse some clients.