-1 | 0 | xIf set to x, an integer from 1 to 127, the driver uses a packet size that is a multiple of 512 bytes. For example, PacketSize=8 means to set the packet size to 8 * 512 bytes (4096 bytes).
• The ODBC connection attribute SQL_ATTR_PACKET_SIZE provides the same functionality as the Packet Size option; however, SQL_ATTR_PACKET_SIZE and the Packet Size option are mutually exclusive. If Packet Size is specified, the driver returns the message Driver Not Capable if an application attempts to call SQLSetConnectAttr() for SQL_ATTR_PACKET_SIZE. If you do not set the Packet Size option, application calls to SQLSetConnectAttr() for SQL_ATTR_PACKET_SIZE are accepted by the driver.See Performance Considerations for details.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |