Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Database Administration » Starting and Connecting to Your Database » The database server » Database server options

 

-p server option

Sets the maximum size of communication packets.

Syntax
{ dbsrv11 | dbeng11 } -p integer ...
Applies to

All operating systems and database servers.

Remarks

The default is 7300 bytes on all operating systems except Windows Mobile. On Windows Mobile, the default is 1460 bytes. The minimum value is 500 bytes and the maximum value is 16000.

You can change the communication buffer size for a connection by setting the CommBufferSize (CBSIZE) connection parameter.

See also