Introduction to PowerBuilder

HomePrevious Lesson: Syntax Options
Next Lesson: Other Options

Network Options

Packet Size under Network tab page specifies the network packet size in bytes. This option also affects your application's performance. If your application sends/receives large amount of data over the network (from the database), you may want to specify a larger number. Make sure the back-end database supports this option. When you specify large size, make sure the back-end database is configured the network packet size to at least to that size, otherwise, it will have no effect and might generate error.

The 'Login Timeout' option specifies how long ODBC/JOBC driver should wait for the login request response.
HomePrevious Lesson: Syntax Options
Next Lesson: Other Options