SAConnection class

Represents a connection to a SQL Anywhere database. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SAConnection 
  Inherits DbConnection
C#

public sealed class SAConnection : DbConnection
Remarks

For a list of connection parameters, see Connection parameters.

See also

SAConnection members
SAConnection constructors
ConnectionString property
ConnectionTimeout property
DataSource property
Database property
InitString property
ServerVersion property
State property
BeginTransaction methods
ChangeDatabase method
ChangePassword method
ClearAllPools method
ClearPool method
Close method
CreateCommand method
EnlistDistributedTransaction method
EnlistTransaction method
GetSchema methods
Open method
InfoMessage event
StateChange event