Sybase ASE specific FGLPROFILE parameters

dbi.database.dsname.ase.logintime

Connection timeout (in seconds).

dbi.database.stores.ase.logintime = 10

Set this parameter to raise an SQL error if the connection can not be established after the given number of seconds.

The default is 5 seconds.

dbi.database.dsname.ase.prefetch.rows

Maximum number of rows to be pre-fetched.

dbi.database.stores.ase.prefetch.rows = 50

You can use this parameter to increase performance. However, the bigger this parameter is, the more memory is used by each program.

The default is 10 rows.