Use of the Packet Size=4096 parameter in connection string

Posts   
 
    
Paulito2
User
Posts: 5
Joined: 13-Jan-2007
# Posted on: 29-Jan-2007 18:40:50   

I've noticed that the LLBLGen generated code creates an entry in the app.config file for the connection string that includes "Packet Size=4096" at the end. Is there any reason why this setting should be used instead of the default 8K?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 30-Jan-2007 08:19:16   
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 30-Jan-2007 10:09:27   

Actually, I picked the default as it's also produced by vs.net simple_smile . As it's a connection string available in your own app.config, you can of course change it as you see fit.

Frans Bouma | Lead developer LLBLGen Pro