SchemaOpenConnection(String, DatabaseType, Schema, Boolean) Method
Opens an ADO connection.
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.167 -- Release Build+a63d2f336930b0b8a2e0d51bc652b0af46e5d00a
Gemstone.Data.Schema.OpenConnection = function(connectionString, databaseType, deserializedSchema, isAdoConnection);
- connectionString String
- ADO connection string.
- databaseType DatabaseType
- Database type.
- deserializedSchema Schema
- The deserialized schema.
- isAdoConnection Boolean
- Flag that determines if connection is ADO.
DbConnectionOpened connection.