klyn.databases.sql.odbc.OdbcConnection.open
method
public static open(url as String, properties as Map<String, String> = null) as OdbcConnection throws SQLException:
Description

Opens an ODBC connection from a Klyn URL and optional connection properties.

Throws
  • SQLException if the URL is invalid, the ODBC manager is not available, or the driver rejects the connection.