Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



[ADO]


The [ADO] keyword defines a section containing parameters that control the operation of the ADO component. Parameters are listed in the following table.

Parameter
Explanation
connectionpoolsize
The number of ADO connections to pool (re-use) to improve server performance. The default is 25. 0 disables connection pooling.
logpath
Absolute path name of the ADO errors log file. Specifying the path name enables logging. You cannot use the name of a file that already exists in the directory. This will not be functional if inherit_user is set or if the caspeng process doesn’t have permission to access the file.
connectiontimeout
Amount of time to wait for establishing a connection before terminating the attempt and generating an error.
maxlongfieldlength
Maximum long field length in bytes. By default this value is 65535. If the data you pass to a database exceeds this limit, ADO will throw an error. You can increase this value as needed.



ContentsPreviousNextIndex