Packet size limits are set via the packetSize and packetSizeLimit Connection properties. packetSize default is still 2^17 bytes. packetSizeLimit default and minimum are packetSize. If packets larger than packetSizeLimit must be allocated, an error will be raised instead. LOB data will be subject to packetSize rather than packetSizeLimit.
Packet size limits are set via the packetSize and packetSizeLimit Connection properties. packetSize default is still 2^17 bytes. packetSizeLimit default and minimum are packetSize. If packets larger than packetSizeLimit must be allocated, an error will be raised instead. LOB data will be subject to packetSize rather than packetSizeLimit.