Skip to main content
A newer version of this page is available. .

AsaConnectionParameters Constructors

Contains parameters used to establish a connection to an SAP SQL Anywhere database.
Name Parameters Description
AsaConnectionParameters() none Initializes a new instance of the AsaConnectionParameters class.
AsaConnectionParameters(String, String, String, String, String) serverName, hostname, databaseName, userName, password Initializes a new instance of the AsaConnectionParameters class.
AsaConnectionParameters(String, String, String, String) serverName, databaseName, userName, password Initializes a new instance of the AsaConnectionParameters class.
AsaConnectionParameters(String, String, String) fileName, userName, password Initializes a new instance of the AsaConnectionParameters class.
See Also