Entering content frame

-1114: Communication packet too small Locate the document in the library structure

Explanation:

The SQL statement is so long that not all pieces of information to be exchanged between client and server can be stored in the communication packet provided for this purpose.

User Action:

Simplify the SQL statement or split it into several SQL statements. If this is not possible, check whether the database parameter PACKET_SIZE can be increased. This parameter indicates the size of the communication packet.

 

Leaving content frame