Oracle 5.0 Reference Manual page 1957

Table of Contents

Advertisement

Connector/Net Connection String Options Reference
Name
CharSet,
Character
CharacterSet
Check
Parameters,
CheckParameters
Command
Interceptors,
CommandInterceptors
Connect
Timeout,
Connection
Timeout,
ConnectionTimeout
Connect_Attrs
Convert Zero
Datetime,
ConvertZeroDateTime
Default Command
Timeout,
DefaultCommandTimeout
Default Table Cache
DefaultTableCacheAge
enableSessionExpireCallbackfalse
Encrypt,
UseSSL
Default
Description
Specifies the character set that should be used to
Set,
encode all queries sent to the server. Resultsets are
still returned in the character set of the result data.
true
Indicates if stored routine parameters should be
checked against the server.
The list of interceptors that can intercept SQL
command operations.
15
The length of time (in seconds) to wait for a connection
to the server before terminating the attempt and
generating an error.
Passes a predefined set of key/value pairs containing
connection-specific data items to the server, for
application-defined purposes. connector/Net
automatically transmits the following attributes: _pid,
_client_version, _platform, _program_name,
_os, _os_details, and _thread. See
Schema Connection Attribute Tables
Performance Schema
side to make use of these attributes.
false
True to have
and
DateTime.MinValue
that have disallowed values.
30
Sets the default value of the command timeout to be
used. This does not supercede the individual command
timeout property on an individual command object.
If you set the command timeout property, that will be
used. This option was added in Connector/Net 5.1.4
60
Specifies how long a
Age,
be cached, in seconds. For usage information about
table caching, see
Net with Table
Connector/Net 6.4.
When set to true, causes the session-expiry scanner
to raise the
session data stored in the
table, when a session times out. Enable this option to
write additional application-specific cleanup code to
handle the
class, before the stored data of the session gets
deleted. Within the session_end method, any other
required cleanup can be done. This option was
added in Connector/Net 6.4.5; it is not yet available in
Connector/Net 6.5.x releases.
false
For Connector/Net 5.0.3 and later, when true, SSL
encryption is used for all data sent between the client
and server if the server has a certificate installed.
Recognized values are true, false, yes, and no. In
versions before 5.0.3, this option had no effect. From
version 6.2.1, this option is deprecated and is replaced
by
option is set to true, it is equivalent to
Preferred.
1937
tables to query on the server
MySqlDataReader.GetValue()
MySqlDataReader.GetDateTime()
for date or datetime columns
TableDirect
Section 20.2.5.7, "Using Connector/
Caching". This option was added in
session_end
session_end
Mode. The option still works if used. If this
SSL
Performance
for the
return
result should
event before deleting the
my_aspnet_sessions
event of the
global.asax
SSL Mode =

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents