Share via


OdbcConnection.new Method

Establishes a connection to a data source based on the login properties (username, password, and so on.)

Syntax

public void new(LoginProperty Login)

Run On

Client

Parameters

  • Login
    Type: LoginProperty Class
    A LoginProperty class instance that contains the user name, password, data source name, database, and so on.

See Also

OdbcConnection Class

LoginProperty Class