IDBHandlerFactoryOpenCustom Method (String)ChemAxon .NET API
Creates a database handler.

Namespace: ChemAxon.NET.API.DB
Assembly: ChemAxon.NET (in ChemAxon.NET.dll) Version: 1.0.0.1
Syntax

ICustomDatabaseHandler OpenCustom(
	string connectionURL
)

Parameters

connectionURL
Type: SystemString
JDBC style connection string

Return Value

Type: ICustomDatabaseHandler
Custom database handler
See Also

Reference