skip to main content
Configuring the ADO.NET Client : Specifying Connection Properties
 

Specifying Connection Properties

You can modify a connection by specifying connection options in the connection string.
For example, in the following example, the connection string can be used to connect to the host hal:

"Host=hal;Port=19986;User Id=test01;Password=test01;Database=test;"
Refer to the OpenAccess SDK Client Reference for information about specifying connection options through the ADO.NET Client’s Connection object.