Member name | Description |
---|---|
Initializes a new instance of the SAConnection class. |
Member name | Description |
---|---|
Provides the database connection string. |
|
Gets the number of seconds before a connection attempt times out with an error. |
|
Gets the name of the database server. |
|
Gets the name of the current database. |
|
A command that is executed immediately after the connection is established. |
|
Gets a string that contains the version of the instance of SQL Anywhere to which the client is connected. |
|
Indicates the state of the SAConnection object. |
Member name | Description |
---|---|
Returns a transaction object. Commands associated with a transaction object are executed as a single transaction. The transaction is terminated with a call to the Commit or Rollback methods. |
|
Changes the current database for an open SAConnection. |
|
Changes the password for the user indicated in the connection string to the supplied new password. |
|
Empties all connection pools. |
|
Empties the connection pool associated with the specified connection. |
|
Closes a database connection. |
|
Initializes an SACommand object. |
|
Enlists in the specified transaction as a distributed transaction. |
|
Enlists in the specified transaction as a distributed transaction. |
|
Returns the list of supported schema collections. |
|
Opens a database connection with the property settings specified by the SAConnection.ConnectionString. |
Member name | Description |
---|---|
Occurs when the SQL Anywhere database server returns a warning or informational message. |
|
Occurs when the state of the SAConnection object changes. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |