Represents an open connection to a Pick Server database. This class cannot be inherited.
|
Constructor. |
|
|
Begins a database transaction. |
|
|
Changes the current database for an open Connection object. If a nonexisting database is specified, a PickDPInvalidConnectionException is thrown with the status of connDatabase.kDatabase_IllegalAccount. |
|
|
Closes the connection to the database. |
|
|
Creates and returns a Command object associated with the connection. |
|
For internal use only. | |
|
Gets the connDatabase for which the connection is created. | |
|
|
Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object. |
|
Indicates whether the server supports transactions. Not implemented at this time. |
|
Name |
Type |
Description |
|
String |
Gets the D3 account password. | |
|
String |
Gets or sets the string used to open a database. | |
|
Integer |
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. | |
|
String |
Gets the name of the current database or the database to use after a connection is opened. | |
|
String |
Gets the name of the instance of Pick Server to which to connect. | |
|
Boolean |
Displays additional trace listener information. | |
|
String |
Gets the PickDP user password of the user connected to the Pick Server. | |
|
Integer |
Gets the port number to connect to the Pick Server. | |
|
System.Data.ConnectionState |
Gets the current state of the connection. | |
|
String |
Gets the user name of the user connected to the Pick Server. |